Class: Booker::Models::SpaEmployeeAvailabilitySearchItem

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

constantize, from_hash, from_list, #initialize, time_from_booker_datetime, time_to_booker_datetime, timezone_from_booker_offset!, timezone_from_booker_timezone, #to_hash, #to_json, to_wday

Constructor Details

This class inherits a constructor from Booker::Models::Model

Instance Attribute Details

#AvailableTimesObject

Returns the value of attribute AvailableTimes.



4
5
6
# File 'lib/booker/models/spa_employee_availability_search_item.rb', line 4

def AvailableTimes
  @AvailableTimes
end

#CurrentPriceObject

Returns the value of attribute CurrentPrice.



4
5
6
# File 'lib/booker/models/spa_employee_availability_search_item.rb', line 4

def CurrentPrice
  @CurrentPrice
end

#FirstAvailableTimeObject

Returns the value of attribute FirstAvailableTime.



4
5
6
# File 'lib/booker/models/spa_employee_availability_search_item.rb', line 4

def FirstAvailableTime
  @FirstAvailableTime
end

#SpaObject

Returns the value of attribute Spa.



4
5
6
# File 'lib/booker/models/spa_employee_availability_search_item.rb', line 4

def Spa
  @Spa
end

#TreatmentObject

Returns the value of attribute Treatment.



4
5
6
# File 'lib/booker/models/spa_employee_availability_search_item.rb', line 4

def Treatment
  @Treatment
end