Class: BookingstudioRuby::WebService::ListLodgings

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

Overview

/ListLodgings

token - (any)
query - BookingstudioRuby::WebService::Query

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(token = nil, query = nil) ⇒ ListLodgings

Returns a new instance of ListLodgings.



945
946
947
948
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 945

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

Instance Attribute Details

#queryObject

Returns the value of attribute query.



943
944
945
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 943

def query
  @query
end

#tokenObject

Returns the value of attribute token.



942
943
944
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 942

def token
  @token
end