Class: Booker::V5::Models::AvailabilityResult

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

#locationHoursObject

Returns the value of attribute locationHours.



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

def locationHours
  @locationHours
end

#locationIdObject

Returns the value of attribute locationId.



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

def locationId
  @locationId
end

#serviceCategoriesObject

Returns the value of attribute serviceCategories.



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

def serviceCategories
  @serviceCategories
end

#startTimeIntervalObject

Returns the value of attribute startTimeInterval.



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

def startTimeInterval
  @startTimeInterval
end