Class: SlotGroup

Inherits:
Object
  • Object
show all
Defined in:
app/models/slot_group.rb

Overview

The Slots that associated together by a recurrence rule.

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Array<Slot>) slots

Returns the Slots to which this Group refer.

Returns:

  • (Array<Slot>)

    the Slots to which this Group refer.



4
5
6
# File 'app/models/slot_group.rb', line 4

def slots
  @slots
end