Class: Booker::V4::Models::MultiServiceAvailabilityResult
- Defined in:
- lib/booker/v4/models/multi_service_availability_result.rb
Constant Summary
Constants inherited from Model
Booker::V4::Models::Model::CONSTANTIZE_MODULE
Constants inherited from Model
Instance Attribute Summary collapse
-
#ItineraryTimeSlotsLists ⇒ Object
Returns the value of attribute ItineraryTimeSlotsLists.
Method Summary
Methods included from Concerns::DateTimeConcern
#time_from_booker_datetime, #time_to_booker_datetime, #timezone_from_booker_offset!, #timezone_from_booker_timezone, #to_wday
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
#ItineraryTimeSlotsLists ⇒ Object
Returns the value of attribute ItineraryTimeSlotsLists.
5 6 7 |
# File 'lib/booker/v4/models/multi_service_availability_result.rb', line 5 def ItineraryTimeSlotsLists @ItineraryTimeSlotsLists end |