Class: Booking
- Inherits:
-
Object
- Object
- Booking
- Defined in:
- app/models/booking.rb
Overview
Instance Attribute Summary (collapse)
- - (Period) period
-
- (BookingState) state
The state of the Booking.
Instance Attribute Details
- (Period) period
4 5 6 |
# File 'app/models/booking.rb', line 4 def period @period end |
- (BookingState) state
Returns the state of the Booking.
7 8 9 |
# File 'app/models/booking.rb', line 7 def state @state end |