Class: BookingstudioRuby::WebService::ListFreeAllotmentsByRangeResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/bookingstudio_ruby/web_service/search_service.rb

Overview

/ListFreeAllotmentsByRangeResponse

listFreeAllotmentsByRangeResult - BookingstudioRuby::WebService::ArrayOfFreeAllotment

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#listFreeAllotmentsByRangeResultObject

Returns the value of attribute listFreeAllotmentsByRangeResult.



1208
1209
1210
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1208

def listFreeAllotmentsByRangeResult
  @listFreeAllotmentsByRangeResult
end