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/response_lists.rb,
lib/expedia_api/entities/package.rb,
lib/expedia_api/response_lists/hotels.rb,
lib/expedia_api/entities/package_hotel.rb,
lib/expedia_api/entities/search_entity.rb,
lib/expedia_api/entities/package_flight.rb,
lib/expedia_api/response_lists/packages.rb,
lib/expedia_api/entities/package_flight_leg.rb,
lib/expedia_api/response_lists/base_response_list.rb,
lib/expedia_api/entities/package_flight_leg_segment.rb
Defined Under Namespace
Modules: Entities, HTTPService, ResponseLists Classes: Client
Constant Summary collapse
- VERSION =
"0.1.7"
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.
24 25 26 |
# File 'lib/expedia_api.rb', line 24 def api_key @api_key end |
.proxy_password ⇒ Object
Returns the value of attribute proxy_password.
24 25 26 |
# File 'lib/expedia_api.rb', line 24 def proxy_password @proxy_password end |
.proxy_uri ⇒ Object
Returns the value of attribute proxy_uri.
24 25 26 |
# File 'lib/expedia_api.rb', line 24 def proxy_uri @proxy_uri end |
.proxy_user ⇒ Object
Returns the value of attribute proxy_user.
24 25 26 |
# File 'lib/expedia_api.rb', line 24 def proxy_user @proxy_user end |