Class: Booker::V4::Models::Treatment
- Defined in:
- lib/booker/v4/models/treatment.rb
Constant Summary
Constants inherited from Model
Constants inherited from Model
Instance Attribute Summary collapse
-
#AllowCustomersToBookOnline ⇒ Object
Returns the value of attribute AllowCustomersToBookOnline.
-
#Category ⇒ Object
Returns the value of attribute Category.
-
#Description ⇒ Object
Returns the value of attribute Description.
-
#EmployeeIDs ⇒ Object
Returns the value of attribute EmployeeIDs.
-
#ID ⇒ Object
Returns the value of attribute ID.
-
#IsActive ⇒ Object
Returns the value of attribute IsActive.
-
#IsClass ⇒ Object
Returns the value of attribute IsClass.
-
#IsForCouples ⇒ Object
Returns the value of attribute IsForCouples.
-
#Name ⇒ Object
Returns the value of attribute Name.
-
#Price ⇒ Object
Returns the value of attribute Price.
-
#SubCategory ⇒ Object
Returns the value of attribute SubCategory.
-
#TotalDuration ⇒ Object
Returns the value of attribute TotalDuration.
-
#TreatmentDuration ⇒ Object
Returns the value of attribute TreatmentDuration.
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
#AllowCustomersToBookOnline ⇒ Object
Returns the value of attribute AllowCustomersToBookOnline.
5 6 7 |
# File 'lib/booker/v4/models/treatment.rb', line 5 def AllowCustomersToBookOnline @AllowCustomersToBookOnline end |
#Category ⇒ Object
Returns the value of attribute Category.
5 6 7 |
# File 'lib/booker/v4/models/treatment.rb', line 5 def Category @Category end |
#Description ⇒ Object
Returns the value of attribute Description.
5 6 7 |
# File 'lib/booker/v4/models/treatment.rb', line 5 def Description @Description end |
#EmployeeIDs ⇒ Object
Returns the value of attribute EmployeeIDs.
5 6 7 |
# File 'lib/booker/v4/models/treatment.rb', line 5 def EmployeeIDs @EmployeeIDs end |
#ID ⇒ Object
Returns the value of attribute ID.
5 6 7 |
# File 'lib/booker/v4/models/treatment.rb', line 5 def ID @ID end |
#IsActive ⇒ Object
Returns the value of attribute IsActive.
5 6 7 |
# File 'lib/booker/v4/models/treatment.rb', line 5 def IsActive @IsActive end |
#IsClass ⇒ Object
Returns the value of attribute IsClass.
5 6 7 |
# File 'lib/booker/v4/models/treatment.rb', line 5 def IsClass @IsClass end |
#IsForCouples ⇒ Object
Returns the value of attribute IsForCouples.
5 6 7 |
# File 'lib/booker/v4/models/treatment.rb', line 5 def IsForCouples @IsForCouples end |
#Name ⇒ Object
Returns the value of attribute Name.
5 6 7 |
# File 'lib/booker/v4/models/treatment.rb', line 5 def Name @Name end |
#Price ⇒ Object
Returns the value of attribute Price.
5 6 7 |
# File 'lib/booker/v4/models/treatment.rb', line 5 def Price @Price end |
#SubCategory ⇒ Object
Returns the value of attribute SubCategory.
5 6 7 |
# File 'lib/booker/v4/models/treatment.rb', line 5 def SubCategory @SubCategory end |
#TotalDuration ⇒ Object
Returns the value of attribute TotalDuration.
5 6 7 |
# File 'lib/booker/v4/models/treatment.rb', line 5 def TotalDuration @TotalDuration end |
#TreatmentDuration ⇒ Object
Returns the value of attribute TreatmentDuration.
5 6 7 |
# File 'lib/booker/v4/models/treatment.rb', line 5 def TreatmentDuration @TreatmentDuration end |