Class: BookingstudioRuby::WebService::ListFreeAllotmentsByRange
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::ListFreeAllotmentsByRange
- Defined in:
- lib/bookingstudio_ruby/web_service/search_service.rb
Overview
/ListFreeAllotmentsByRange
token - (any)
lodgingUnitTypeId - (any)
from - SOAP::SOAPDateTime
to - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#from ⇒ Object
Returns the value of attribute from.
-
#lodgingUnitTypeId ⇒ Object
Returns the value of attribute lodgingUnitTypeId.
-
#to ⇒ Object
Returns the value of attribute to.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Method Summary collapse
-
#initialize(token = nil, lodgingUnitTypeId = nil, from = nil, to = nil) ⇒ ListFreeAllotmentsByRange
constructor
A new instance of ListFreeAllotmentsByRange.
Constructor Details
#initialize(token = nil, lodgingUnitTypeId = nil, from = nil, to = nil) ⇒ ListFreeAllotmentsByRange
Returns a new instance of ListFreeAllotmentsByRange.
1197 1198 1199 1200 1201 1202 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1197 def initialize(token = nil, lodgingUnitTypeId = nil, from = nil, to = nil) @token = token @lodgingUnitTypeId = lodgingUnitTypeId @from = from @to = to end |
Instance Attribute Details
#from ⇒ Object
Returns the value of attribute from.
1194 1195 1196 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1194 def from @from end |
#lodgingUnitTypeId ⇒ Object
Returns the value of attribute lodgingUnitTypeId.
1193 1194 1195 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1193 def lodgingUnitTypeId @lodgingUnitTypeId end |
#to ⇒ Object
Returns the value of attribute to.
1195 1196 1197 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1195 def to @to end |
#token ⇒ Object
Returns the value of attribute token.
1192 1193 1194 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1192 def token @token end |