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.
972 973 974 975 976 977 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 972 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.
970 971 972 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 970 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset.
969 970 971 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 969 def offset @offset end |
#query ⇒ Object
Returns the value of attribute query.
968 969 970 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 968 def query @query end |
#token ⇒ Object
Returns the value of attribute token.
967 968 969 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 967 def token @token end |