Class: BookingstudioRuby::WebService::ListLodgings_
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::ListLodgings_
- Defined in:
- lib/bookingstudio_ruby/web_service/search_service.rb
Overview
/ListLodgings
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) ⇒ ListLodgings_
constructor
A new instance of ListLodgings_.
Constructor Details
#initialize(token = nil, query = nil) ⇒ ListLodgings_
Returns a new instance of ListLodgings_.
1337 1338 1339 1340 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1337 def initialize(token = nil, query = nil) @token = token @query = query end |
Instance Attribute Details
#query ⇒ Object
Returns the value of attribute query.
1335 1336 1337 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1335 def query @query end |
#token ⇒ Object
Returns the value of attribute token.
1334 1335 1336 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1334 def token @token end |