Class: BookingstudioRuby::WebService::ListFreeAllotments
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::ListFreeAllotments
- Defined in:
- lib/bookingstudio_ruby/web_service/search_service.rb
Overview
/ListFreeAllotments
token - (any)
lodgingUnitTypeId - (any)
Instance Attribute Summary collapse
-
#lodgingUnitTypeId ⇒ Object
Returns the value of attribute lodgingUnitTypeId.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Method Summary collapse
-
#initialize(token = nil, lodgingUnitTypeId = nil) ⇒ ListFreeAllotments
constructor
A new instance of ListFreeAllotments.
Constructor Details
#initialize(token = nil, lodgingUnitTypeId = nil) ⇒ ListFreeAllotments
Returns a new instance of ListFreeAllotments.
807 808 809 810 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 807 def initialize(token = nil, lodgingUnitTypeId = nil) @token = token @lodgingUnitTypeId = lodgingUnitTypeId end |
Instance Attribute Details
#lodgingUnitTypeId ⇒ Object
Returns the value of attribute lodgingUnitTypeId.
805 806 807 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 805 def lodgingUnitTypeId @lodgingUnitTypeId end |
#token ⇒ Object
Returns the value of attribute token.
804 805 806 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 804 def token @token end |