Class: Booker::V4::Models::SpaEmployeeAvailabilitySearchItem

Inherits:
Model
  • Object
show all
Defined in:
lib/booker/v4/models/spa_employee_availability_search_item.rb

Constant Summary

Constants inherited from Model

Model::CONSTANTIZE_MODULE

Constants inherited from Model

Model::CONSTANTIZE_MODULE

Instance Attribute Summary collapse

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

#AvailableTimesObject

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

#CurrentPriceObject

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

#FirstAvailableTimeObject

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

#SpaObject

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

#TreatmentObject

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