Class: BookingstudioRuby::WebService::SearchResultSet
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::SearchResultSet
- Defined in:
- lib/bookingstudio_ruby/web_service/search_service.rb
Overview
/SearchResultSet
boardTypes - BookingstudioRuby::WebService::ArrayOfBoardType
bookingOptions - BookingstudioRuby::WebService::ArrayOfBookingOption
facilities - BookingstudioRuby::WebService::ArrayOfFacility
locations - BookingstudioRuby::WebService::ArrayOfLocation
lodgingTypes - BookingstudioRuby::WebService::ArrayOfLodgingType
lodgingUnitTypeCategories - BookingstudioRuby::WebService::ArrayOfLodgingUnitTypeCategory
lodgingUnitTypes - BookingstudioRuby::WebService::ArrayOfLodgingUnitType
lodgings - BookingstudioRuby::WebService::ArrayOfLodging
Instance Attribute Summary collapse
-
#boardTypes ⇒ Object
Returns the value of attribute boardTypes.
-
#bookingOptions ⇒ Object
Returns the value of attribute bookingOptions.
-
#facilities ⇒ Object
Returns the value of attribute facilities.
-
#locations ⇒ Object
Returns the value of attribute locations.
-
#lodgings ⇒ Object
Returns the value of attribute lodgings.
-
#lodgingTypes ⇒ Object
Returns the value of attribute lodgingTypes.
-
#lodgingUnitTypeCategories ⇒ Object
Returns the value of attribute lodgingUnitTypeCategories.
-
#lodgingUnitTypes ⇒ Object
Returns the value of attribute lodgingUnitTypes.
Instance Method Summary collapse
-
#initialize(boardTypes = nil, bookingOptions = nil, facilities = nil, locations = nil, lodgingTypes = nil, lodgingUnitTypeCategories = nil, lodgingUnitTypes = nil, lodgings = nil) ⇒ SearchResultSet
constructor
A new instance of SearchResultSet.
Constructor Details
#initialize(boardTypes = nil, bookingOptions = nil, facilities = nil, locations = nil, lodgingTypes = nil, lodgingUnitTypeCategories = nil, lodgingUnitTypes = nil, lodgings = nil) ⇒ SearchResultSet
Returns a new instance of SearchResultSet.
682 683 684 685 686 687 688 689 690 691 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 682 def initialize(boardTypes = nil, bookingOptions = nil, facilities = nil, locations = nil, lodgingTypes = nil, lodgingUnitTypeCategories = nil, lodgingUnitTypes = nil, lodgings = nil) @boardTypes = boardTypes @bookingOptions = bookingOptions @facilities = facilities @locations = locations @lodgingTypes = lodgingTypes @lodgingUnitTypeCategories = lodgingUnitTypeCategories @lodgingUnitTypes = lodgingUnitTypes @lodgings = lodgings end |
Instance Attribute Details
#boardTypes ⇒ Object
Returns the value of attribute boardTypes.
673 674 675 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 673 def boardTypes @boardTypes end |
#bookingOptions ⇒ Object
Returns the value of attribute bookingOptions.
674 675 676 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 674 def bookingOptions @bookingOptions end |
#facilities ⇒ Object
Returns the value of attribute facilities.
675 676 677 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 675 def facilities @facilities end |
#locations ⇒ Object
Returns the value of attribute locations.
676 677 678 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 676 def locations @locations end |
#lodgings ⇒ Object
Returns the value of attribute lodgings.
680 681 682 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 680 def lodgings @lodgings end |
#lodgingTypes ⇒ Object
Returns the value of attribute lodgingTypes.
677 678 679 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 677 def lodgingTypes @lodgingTypes end |
#lodgingUnitTypeCategories ⇒ Object
Returns the value of attribute lodgingUnitTypeCategories.
678 679 680 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 678 def lodgingUnitTypeCategories @lodgingUnitTypeCategories end |
#lodgingUnitTypes ⇒ Object
Returns the value of attribute lodgingUnitTypes.
679 680 681 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 679 def lodgingUnitTypes @lodgingUnitTypes end |