Class: BookingstudioRuby::WebService::ListBookingOptions_
- Inherits:
-
Object
- Object
- BookingstudioRuby::WebService::ListBookingOptions_
- Defined in:
- lib/bookingstudio_ruby/web_service/search_service.rb
Overview
/ListBookingOptions
token - (any)
query - BookingstudioRuby::WebService::BookingQuery
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) ⇒ ListBookingOptions_
constructor
A new instance of ListBookingOptions_.
Constructor Details
#initialize(token = nil, query = nil) ⇒ ListBookingOptions_
Returns a new instance of ListBookingOptions_.
1441 1442 1443 1444 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1441 def initialize(token = nil, query = nil) @token = token @query = query end |
Instance Attribute Details
#query ⇒ Object
Returns the value of attribute query.
1439 1440 1441 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1439 def query @query end |
#token ⇒ Object
Returns the value of attribute token.
1438 1439 1440 |
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1438 def token @token end |