Class: BookingstudioRuby::WebService::ListBookingOptionsPaged_
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::ListBookingOptionsPaged_
- Defined in:
- lib/bookingstudio_ruby/web_service/search_service.rb
Overview
/ListBookingOptionsPaged
token - (any)
query - BookingstudioRuby::WebService::BookingQuery
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) ⇒ ListBookingOptionsPaged_
constructor
A new instance of ListBookingOptionsPaged_.
Constructor Details
#initialize(token = nil, query = nil, offset = nil, limit = nil) ⇒ ListBookingOptionsPaged_
Returns a new instance of ListBookingOptionsPaged_.
1468 1469 1470 1471 1472 1473 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1468 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.
1466 1467 1468 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1466 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset.
1465 1466 1467 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1465 def offset @offset end |
#query ⇒ Object
Returns the value of attribute query.
1464 1465 1466 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1464 def query @query end |
#token ⇒ Object
Returns the value of attribute token.
1463 1464 1465 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1463 def token @token end |