Class: Booker::V5::Models::ServiceCategory

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

Constant Summary

Constants inherited from Model

Model::CONSTANTIZE_MODULE

Constants inherited from Model

Model::CONSTANTIZE_MODULE

Instance Attribute Summary collapse

Method Summary

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

#serviceCategoryIdObject

Returns the value of attribute serviceCategoryId.



5
6
7
# File 'lib/booker/v5/models/service_category.rb', line 5

def serviceCategoryId
  @serviceCategoryId
end

#serviceCategoryNameObject

Returns the value of attribute serviceCategoryName.



5
6
7
# File 'lib/booker/v5/models/service_category.rb', line 5

def serviceCategoryName
  @serviceCategoryName
end

#servicesObject

Returns the value of attribute services.



5
6
7
# File 'lib/booker/v5/models/service_category.rb', line 5

def services
  @services
end