Module: ExpediaApi

Defined in:
lib/expedia_api.rb,
lib/expedia_api/client.rb,
lib/expedia_api/version.rb,
lib/expedia_api/entities.rb,
lib/expedia_api/http_service.rb,
lib/expedia_api/hotel_response_list.rb,
lib/expedia_api/entities/search_entity.rb

Defined Under Namespace

Modules: Entities, HTTPService Classes: Client, HotelResponseList

Constant Summary collapse

VERSION =
"0.1.2"

Class Attribute Summary collapse

Class Attribute Details

.api_keyObject

Returns the value of attribute api_key.



15
16
17
# File 'lib/expedia_api.rb', line 15

def api_key
  @api_key
end

.proxy_passwordObject

Returns the value of attribute proxy_password.



15
16
17
# File 'lib/expedia_api.rb', line 15

def proxy_password
  @proxy_password
end

.proxy_uriObject

Returns the value of attribute proxy_uri.



15
16
17
# File 'lib/expedia_api.rb', line 15

def proxy_uri
  @proxy_uri
end

.proxy_userObject

Returns the value of attribute proxy_user.



15
16
17
# File 'lib/expedia_api.rb', line 15

def proxy_user
  @proxy_user
end