Class: BookingstudioRuby::WebService::ListBookingOptionsPaged

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(token = nil, query = nil, offset = nil, limit = nil) ⇒ ListBookingOptionsPaged

Returns a new instance of ListBookingOptionsPaged.



1076
1077
1078
1079
1080
1081
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1076

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

Instance Attribute Details

#limitObject

Returns the value of attribute limit.



1074
1075
1076
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1074

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset.



1073
1074
1075
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1073

def offset
  @offset
end

#queryObject

Returns the value of attribute query.



1072
1073
1074
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1072

def query
  @query
end

#tokenObject

Returns the value of attribute token.



1071
1072
1073
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1071

def token
  @token
end