Class: BookingstudioRuby::WebService::SearchResultSet

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#boardTypesObject

Returns the value of attribute boardTypes.



673
674
675
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 673

def boardTypes
  @boardTypes
end

#bookingOptionsObject

Returns the value of attribute bookingOptions.



674
675
676
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 674

def bookingOptions
  @bookingOptions
end

#facilitiesObject

Returns the value of attribute facilities.



675
676
677
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 675

def facilities
  @facilities
end

#locationsObject

Returns the value of attribute locations.



676
677
678
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 676

def locations
  @locations
end

#lodgingsObject

Returns the value of attribute lodgings.



680
681
682
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 680

def lodgings
  @lodgings
end

#lodgingTypesObject

Returns the value of attribute lodgingTypes.



677
678
679
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 677

def lodgingTypes
  @lodgingTypes
end

#lodgingUnitTypeCategoriesObject

Returns the value of attribute lodgingUnitTypeCategories.



678
679
680
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 678

def lodgingUnitTypeCategories
  @lodgingUnitTypeCategories
end

#lodgingUnitTypesObject

Returns the value of attribute lodgingUnitTypes.



679
680
681
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 679

def lodgingUnitTypes
  @lodgingUnitTypes
end