Class: BookingstudioRuby::WebService::Query
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::Query
- Defined in:
- lib/bookingstudio_ruby/web_service/search_service.rb
Overview
/Query
languageId - SOAP::SOAPString
lodgingUnitTypeId - (any)
locationId - SOAP::SOAPInt
adults - SOAP::SOAPInt
children - SOAP::SOAPInt
boardTypeId - SOAP::SOAPInt
facilityFilters - BookingstudioRuby::WebService::ArrayOfFacilityFilter
lodgingId - (any)
Direct Known Subclasses
Instance Attribute Summary collapse
-
#adults ⇒ Object
Returns the value of attribute adults.
-
#boardTypeId ⇒ Object
Returns the value of attribute boardTypeId.
-
#children ⇒ Object
Returns the value of attribute children.
-
#facilityFilters ⇒ Object
Returns the value of attribute facilityFilters.
-
#languageId ⇒ Object
Returns the value of attribute languageId.
-
#locationId ⇒ Object
Returns the value of attribute locationId.
-
#lodgingId ⇒ Object
Returns the value of attribute lodgingId.
-
#lodgingUnitTypeId ⇒ Object
Returns the value of attribute lodgingUnitTypeId.
Instance Method Summary collapse
-
#initialize(languageId = nil, lodgingUnitTypeId = nil, locationId = nil, adults = nil, children = nil, boardTypeId = nil, facilityFilters = nil, lodgingId = nil) ⇒ Query
constructor
A new instance of Query.
Constructor Details
#initialize(languageId = nil, lodgingUnitTypeId = nil, locationId = nil, adults = nil, children = nil, boardTypeId = nil, facilityFilters = nil, lodgingId = nil) ⇒ Query
Returns a new instance of Query.
186 187 188 189 190 191 192 193 194 195 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 186 def initialize(languageId = nil, lodgingUnitTypeId = nil, locationId = nil, adults = nil, children = nil, boardTypeId = nil, facilityFilters = nil, lodgingId = nil) @languageId = languageId @lodgingUnitTypeId = lodgingUnitTypeId @locationId = locationId @adults = adults @children = children @boardTypeId = boardTypeId @facilityFilters = facilityFilters @lodgingId = lodgingId end |
Instance Attribute Details
#adults ⇒ Object
Returns the value of attribute adults.
180 181 182 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 180 def adults @adults end |
#boardTypeId ⇒ Object
Returns the value of attribute boardTypeId.
182 183 184 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 182 def boardTypeId @boardTypeId end |
#children ⇒ Object
Returns the value of attribute children.
181 182 183 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 181 def children @children end |
#facilityFilters ⇒ Object
Returns the value of attribute facilityFilters.
183 184 185 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 183 def facilityFilters @facilityFilters end |
#languageId ⇒ Object
Returns the value of attribute languageId.
177 178 179 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 177 def languageId @languageId end |
#locationId ⇒ Object
Returns the value of attribute locationId.
179 180 181 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 179 def locationId @locationId end |
#lodgingId ⇒ Object
Returns the value of attribute lodgingId.
184 185 186 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 184 def lodgingId @lodgingId end |
#lodgingUnitTypeId ⇒ Object
Returns the value of attribute lodgingUnitTypeId.
178 179 180 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 178 def lodgingUnitTypeId @lodgingUnitTypeId end |