Class: Booker::V5::Models::AvailabilityResult
- Defined in:
- lib/booker/v5/models/availability_result.rb
Constant Summary
Constants inherited from Model
Constants inherited from Model
Instance Attribute Summary collapse
-
#locationHours ⇒ Object
Returns the value of attribute locationHours.
-
#locationId ⇒ Object
Returns the value of attribute locationId.
-
#serviceCategories ⇒ Object
Returns the value of attribute serviceCategories.
-
#startTimeInterval ⇒ Object
Returns the value of attribute startTimeInterval.
Method Summary
Methods inherited from Model
constantize, from_hash, from_list, #initialize, #to_hash, #to_json
Constructor Details
This class inherits a constructor from Booker::Model
Instance Attribute Details
#locationHours ⇒ Object
Returns the value of attribute locationHours.
5 6 7 |
# File 'lib/booker/v5/models/availability_result.rb', line 5 def locationHours @locationHours end |
#locationId ⇒ Object
Returns the value of attribute locationId.
5 6 7 |
# File 'lib/booker/v5/models/availability_result.rb', line 5 def locationId @locationId end |
#serviceCategories ⇒ Object
Returns the value of attribute serviceCategories.
5 6 7 |
# File 'lib/booker/v5/models/availability_result.rb', line 5 def serviceCategories @serviceCategories end |
#startTimeInterval ⇒ Object
Returns the value of attribute startTimeInterval.
5 6 7 |
# File 'lib/booker/v5/models/availability_result.rb', line 5 def startTimeInterval @startTimeInterval end |