Class: BookingstudioRuby::WebService::ListFreeAllotmentsByRange

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#fromObject

Returns the value of attribute from.



1194
1195
1196
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1194

def from
  @from
end

#lodgingUnitTypeIdObject

Returns the value of attribute lodgingUnitTypeId.



1193
1194
1195
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1193

def lodgingUnitTypeId
  @lodgingUnitTypeId
end

#toObject

Returns the value of attribute to.



1195
1196
1197
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1195

def to
  @to
end

#tokenObject

Returns the value of attribute token.



1192
1193
1194
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1192

def token
  @token
end