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.
945 946 947 948 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 945 def initialize(token = nil, query = nil) @token = token @query = query end |
Instance Attribute Details
#query ⇒ Object
Returns the value of attribute query.
943 944 945 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 943 def query @query end |
#token ⇒ Object
Returns the value of attribute token.
942 943 944 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 942 def token @token end |