Class: BookingstudioRuby::WebService::ListLodgingsPaged

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

Overview

/ListLodgingsPaged

token - (any)
query - BookingstudioRuby::WebService::Query
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) ⇒ ListLodgingsPaged

Returns a new instance of ListLodgingsPaged.



972
973
974
975
976
977
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 972

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.



970
971
972
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 970

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset.



969
970
971
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 969

def offset
  @offset
end

#queryObject

Returns the value of attribute query.



968
969
970
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 968

def query
  @query
end

#tokenObject

Returns the value of attribute token.



967
968
969
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 967

def token
  @token
end