Class: BookingstudioRuby::WebService::ListLodgingsResponse_
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::ListLodgingsResponse_
- Defined in:
- lib/bookingstudio_ruby/web_service/search_service.rb
Overview
/ListLodgingsResponse
listLodgingsResult - BookingstudioRuby::WebService::ArrayOfLodging
Instance Attribute Summary collapse
-
#listLodgingsResult ⇒ Object
Returns the value of attribute listLodgingsResult.
Instance Method Summary collapse
-
#initialize(listLodgingsResult = nil) ⇒ ListLodgingsResponse_
constructor
A new instance of ListLodgingsResponse_.
Constructor Details
#initialize(listLodgingsResult = nil) ⇒ ListLodgingsResponse_
Returns a new instance of ListLodgingsResponse_.
1348 1349 1350 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1348 def initialize(listLodgingsResult = nil) @listLodgingsResult = listLodgingsResult end |
Instance Attribute Details
#listLodgingsResult ⇒ Object
Returns the value of attribute listLodgingsResult.
1346 1347 1348 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1346 def listLodgingsResult @listLodgingsResult end |