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



1364
1365
1366
1367
1368
1369
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1364

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.



1362
1363
1364
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1362

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset.



1361
1362
1363
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1361

def offset
  @offset
end

#queryObject

Returns the value of attribute query.



1360
1361
1362
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1360

def query
  @query
end

#tokenObject

Returns the value of attribute token.



1359
1360
1361
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1359

def token
  @token
end