Class: BookingstudioRuby::WebService::ListFreeAllotmentsResponse
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::ListFreeAllotmentsResponse
- Defined in:
- lib/bookingstudio_ruby/web_service/search_service.rb
Overview
/ListFreeAllotmentsResponse
listFreeAllotmentsResult - BookingstudioRuby::WebService::ArrayOfFreeAllotment
Instance Attribute Summary collapse
-
#listFreeAllotmentsResult ⇒ Object
Returns the value of attribute listFreeAllotmentsResult.
Instance Method Summary collapse
-
#initialize(listFreeAllotmentsResult = nil) ⇒ ListFreeAllotmentsResponse
constructor
A new instance of ListFreeAllotmentsResponse.
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
#listFreeAllotmentsResult ⇒ Object
Returns the value of attribute listFreeAllotmentsResult.
816 817 818 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 816 def listFreeAllotmentsResult @listFreeAllotmentsResult end |