Class: Slot
- Inherits:
-
Object
- Object
- Slot
- Defined in:
- app/models/slot.rb
Overview
Instance Attribute Summary (collapse)
Instance Attribute Details
- (Array<Booking>) bookings
18 19 20 |
# File 'app/models/slot.rb', line 18 def bookings @bookings end |
- (Integer) capacity
5 6 7 |
# File 'app/models/slot.rb', line 5 def capacity @capacity end |
- (Integer) min_lenght
12 13 14 |
# File 'app/models/slot.rb', line 12 def min_lenght @min_lenght end |