Class: BookingstudioRuby::WebService::ListLodgingUnitTypesPaged_
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::ListLodgingUnitTypesPaged_
- Defined in:
- lib/bookingstudio_ruby/web_service/search_service.rb
Overview
/ListLodgingUnitTypesPaged
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) ⇒ ListLodgingUnitTypesPaged_
constructor
A new instance of ListLodgingUnitTypesPaged_.
Constructor Details
#initialize(token = nil, query = nil, offset = nil, limit = nil) ⇒ ListLodgingUnitTypesPaged_
Returns a new instance of ListLodgingUnitTypesPaged_.
1416 1417 1418 1419 1420 1421 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1416 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.
1414 1415 1416 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1414 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset.
1413 1414 1415 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1413 def offset @offset end |
#query ⇒ Object
Returns the value of attribute query.
1412 1413 1414 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1412 def query @query end |
#token ⇒ Object
Returns the value of attribute token.
1411 1412 1413 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1411 def token @token end |