Class: BookingstudioRuby::WebService::ListLodgingUnitTypesPaged

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

Overview

/ListLodgingUnitTypesPaged

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) ⇒ ListLodgingUnitTypesPaged

Returns a new instance of ListLodgingUnitTypesPaged.



1024
1025
1026
1027
1028
1029
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1024

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.



1022
1023
1024
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1022

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset.



1021
1022
1023
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1021

def offset
  @offset
end

#queryObject

Returns the value of attribute query.



1020
1021
1022
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1020

def query
  @query
end

#tokenObject

Returns the value of attribute token.



1019
1020
1021
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1019

def token
  @token
end