Class: BookingstudioRuby::WebService::ListLodgingsPaged_
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::ListLodgingsPaged_
- Defined in:
- lib/bookingstudio_ruby/web_service/search_service.rb
Overview
/ListLodgingsPaged
token - (any)
query - BookingstudioRuby::WebService::Query
offset - SOAP::SOAPInt
limit - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#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, offset = nil, limit = nil) ⇒ ListLodgingsPaged_
constructor
A new instance of ListLodgingsPaged_.
Constructor Details
#initialize(token = nil, query = nil, offset = nil, limit = nil) ⇒ ListLodgingsPaged_
Returns a new instance of ListLodgingsPaged_.
1364 1365 1366 1367 1368 1369 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1364 def initialize(token = nil, query = nil, offset = nil, limit = nil) @token = token @query = query @offset = offset @limit = limit end |
Instance Attribute Details
#limit ⇒ Object
Returns the value of attribute limit.
1362 1363 1364 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1362 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset.
1361 1362 1363 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1361 def offset @offset end |
#query ⇒ Object
Returns the value of attribute query.
1360 1361 1362 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1360 def query @query end |
#token ⇒ Object
Returns the value of attribute token.
1359 1360 1361 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1359 def token @token end |