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



1337
1338
1339
1340
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1337

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

Instance Attribute Details

#queryObject

Returns the value of attribute query.



1335
1336
1337
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1335

def query
  @query
end

#tokenObject

Returns the value of attribute token.



1334
1335
1336
# File 'lib/bookingstudio_ruby/web_service/search_service.rb', line 1334

def token
  @token
end