Class: Booker::Models::Treatment

Inherits:
Model
  • Object
show all
Defined in:
lib/booker/models/treatment.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

#AllowCustomersToBookOnlineObject

Returns the value of attribute AllowCustomersToBookOnline.



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

def AllowCustomersToBookOnline
  @AllowCustomersToBookOnline
end

#CategoryObject

Returns the value of attribute Category.



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

def Category
  @Category
end

#DescriptionObject

Returns the value of attribute Description.



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

def Description
  @Description
end

#EmployeeIDsObject

Returns the value of attribute EmployeeIDs.



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

def EmployeeIDs
  @EmployeeIDs
end

#IDObject

Returns the value of attribute ID.



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

def ID
  @ID
end

#IsActiveObject

Returns the value of attribute IsActive.



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

def IsActive
  @IsActive
end

#IsClassObject

Returns the value of attribute IsClass.



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

def IsClass
  @IsClass
end

#IsForCouplesObject

Returns the value of attribute IsForCouples.



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

def IsForCouples
  @IsForCouples
end

#NameObject

Returns the value of attribute Name.



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

def Name
  @Name
end

#PriceObject

Returns the value of attribute Price.



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

def Price
  @Price
end

#SubCategoryObject

Returns the value of attribute SubCategory.



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

def SubCategory
  @SubCategory
end

#TotalDurationObject

Returns the value of attribute TotalDuration.



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

def TotalDuration
  @TotalDuration
end

#TreatmentDurationObject

Returns the value of attribute TreatmentDuration.



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

def TreatmentDuration
  @TreatmentDuration
end