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.



1049
1050
1051
1052
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1049

def initialize(token = nil, query = nil)
  @token = token
  @query = query
end

Instance Attribute Details

#queryObject

Returns the value of attribute query.



1047
1048
1049
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1047

def query
  @query
end

#tokenObject

Returns the value of attribute token.



1046
1047
1048
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1046

def token
  @token
end