Class: BookingstudioRuby::WebService::ListBookingOptions_

Inherits:
Object
  • Object
show all
Defined in:
lib/bookingstudio_ruby/web_service/search_service.rb

Overview

/ListBookingOptions

token - (any)
query - BookingstudioRuby::WebService::BookingQuery

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#queryObject

Returns the value of attribute query.



1439
1440
1441
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1439

def query
  @query
end

#tokenObject

Returns the value of attribute token.



1438
1439
1440
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1438

def token
  @token
end