Class: BookingstudioRuby::WebService::ListFreeAllotmentsByRangeResponse
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::ListFreeAllotmentsByRangeResponse
- Defined in:
- lib/bookingstudio_ruby/web_service/search_service.rb
Overview
/ListFreeAllotmentsByRangeResponse
listFreeAllotmentsByRangeResult - BookingstudioRuby::WebService::ArrayOfFreeAllotment
Instance Attribute Summary collapse
-
#listFreeAllotmentsByRangeResult ⇒ Object
Returns the value of attribute listFreeAllotmentsByRangeResult.
Instance Method Summary collapse
-
#initialize(listFreeAllotmentsByRangeResult = nil) ⇒ ListFreeAllotmentsByRangeResponse
constructor
A new instance of ListFreeAllotmentsByRangeResponse.
Constructor Details
#initialize(listFreeAllotmentsByRangeResult = nil) ⇒ ListFreeAllotmentsByRangeResponse
Returns a new instance of ListFreeAllotmentsByRangeResponse.
1210 1211 1212 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1210 def initialize(listFreeAllotmentsByRangeResult = nil) @listFreeAllotmentsByRangeResult = listFreeAllotmentsByRangeResult end |
Instance Attribute Details
#listFreeAllotmentsByRangeResult ⇒ Object
Returns the value of attribute listFreeAllotmentsByRangeResult.
1208 1209 1210 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1208 def listFreeAllotmentsByRangeResult @listFreeAllotmentsByRangeResult end |