Class: BookingstudioRuby::WebService::ListLodgingUnitTypes_
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::ListLodgingUnitTypes_
- Defined in:
- lib/bookingstudio_ruby/web_service/search_service.rb
Overview
/ListLodgingUnitTypes
token - (any)
query - BookingstudioRuby::WebService::Query
Instance Attribute Summary collapse
-
#query ⇒ Object
Returns the value of attribute query.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Method Summary collapse
-
#initialize(token = nil, query = nil) ⇒ ListLodgingUnitTypes_
constructor
A new instance of ListLodgingUnitTypes_.
Constructor Details
#initialize(token = nil, query = nil) ⇒ ListLodgingUnitTypes_
Returns a new instance of ListLodgingUnitTypes_.
1389 1390 1391 1392 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1389 def initialize(token = nil, query = nil) @token = token @query = query end |
Instance Attribute Details
#query ⇒ Object
Returns the value of attribute query.
1387 1388 1389 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1387 def query @query end |
#token ⇒ Object
Returns the value of attribute token.
1386 1387 1388 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1386 def token @token end |