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_.



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

#limitObject

Returns the value of attribute limit.



1466
1467
1468
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1466

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset.



1465
1466
1467
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1465

def offset
  @offset
end

#queryObject

Returns the value of attribute query.



1464
1465
1466
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1464

def query
  @query
end

#tokenObject

Returns the value of attribute token.



1463
1464
1465
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1463

def token
  @token
end