Class: BookingstudioRuby::WebService::ListFreeAllotmentsResponse

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

Overview

/ListFreeAllotmentsResponse

listFreeAllotmentsResult - BookingstudioRuby::WebService::ArrayOfFreeAllotment

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(listFreeAllotmentsResult = nil) ⇒ ListFreeAllotmentsResponse

Returns a new instance of ListFreeAllotmentsResponse.



818
819
820
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 818

def initialize(listFreeAllotmentsResult = nil)
  @listFreeAllotmentsResult = listFreeAllotmentsResult
end

Instance Attribute Details

#listFreeAllotmentsResultObject

Returns the value of attribute listFreeAllotmentsResult.



816
817
818
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 816

def listFreeAllotmentsResult
  @listFreeAllotmentsResult
end