Class: Booker::V4::Models::SpaEmployeeAvailabilitySearchItem
- Defined in:
- lib/booker/v4/models/spa_employee_availability_search_item.rb
Constant Summary
Constants inherited from Model
Constants inherited from Model
Instance Attribute Summary collapse
-
#AvailableTimes ⇒ Object
Returns the value of attribute AvailableTimes.
-
#CurrentPrice ⇒ Object
Returns the value of attribute CurrentPrice.
-
#FirstAvailableTime ⇒ Object
Returns the value of attribute FirstAvailableTime.
-
#Spa ⇒ Object
Returns the value of attribute Spa.
-
#Treatment ⇒ Object
Returns the value of attribute Treatment.
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
#AvailableTimes ⇒ Object
Returns the value of attribute AvailableTimes.
5 6 7 |
# File 'lib/booker/v4/models/spa_employee_availability_search_item.rb', line 5 def AvailableTimes @AvailableTimes end |
#CurrentPrice ⇒ Object
Returns the value of attribute CurrentPrice.
5 6 7 |
# File 'lib/booker/v4/models/spa_employee_availability_search_item.rb', line 5 def CurrentPrice @CurrentPrice end |
#FirstAvailableTime ⇒ Object
Returns the value of attribute FirstAvailableTime.
5 6 7 |
# File 'lib/booker/v4/models/spa_employee_availability_search_item.rb', line 5 def FirstAvailableTime @FirstAvailableTime end |
#Spa ⇒ Object
Returns the value of attribute Spa.
5 6 7 |
# File 'lib/booker/v4/models/spa_employee_availability_search_item.rb', line 5 def Spa @Spa end |
#Treatment ⇒ Object
Returns the value of attribute Treatment.
5 6 7 |
# File 'lib/booker/v4/models/spa_employee_availability_search_item.rb', line 5 def Treatment @Treatment end |