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.
997 998 999 1000 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 997 def initialize(token = nil, query = nil) @token = token @query = query end |
Instance Attribute Details
#query ⇒ Object
Returns the value of attribute query.
995 996 997 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 995 def query @query end |
#token ⇒ Object
Returns the value of attribute token.
994 995 996 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 994 def token @token end |