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
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.proxy_password ⇒ Object
Returns the value of attribute proxy_password.
-
.proxy_uri ⇒ Object
Returns the value of attribute proxy_uri.
-
.proxy_user ⇒ Object
Returns the value of attribute proxy_user.
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
15 16 17 |
# File 'lib/expedia_api.rb', line 15 def api_key @api_key end |
.proxy_password ⇒ Object
Returns the value of attribute proxy_password.
15 16 17 |
# File 'lib/expedia_api.rb', line 15 def proxy_password @proxy_password end |
.proxy_uri ⇒ Object
Returns the value of attribute proxy_uri.
15 16 17 |
# File 'lib/expedia_api.rb', line 15 def proxy_uri @proxy_uri end |
.proxy_user ⇒ Object
Returns the value of attribute proxy_user.
15 16 17 |
# File 'lib/expedia_api.rb', line 15 def proxy_user @proxy_user end |