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/response_lists/flights.rb,
lib/expedia_api/entities/package_flight.rb,
lib/expedia_api/response_lists/packages.rb,
lib/expedia_api/entities/flight_combination.rb,
lib/expedia_api/entities/package_flight_leg.rb,
lib/expedia_api/entities/flight_combination_leg.rb,
lib/expedia_api/response_lists/base_response_list.rb,
lib/expedia_api/entities/package_flight_leg_segment.rb,
lib/expedia_api/entities/flight_combination_leg_segment.rb
Defined Under Namespace
Modules: Entities, HTTPService, ResponseLists Classes: Client
Constant Summary collapse
- VERSION =
"0.1.20"
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.
28 29 30 |
# File 'lib/expedia_api.rb', line 28 def api_key @api_key end |
.proxy_password ⇒ Object
Returns the value of attribute proxy_password.
28 29 30 |
# File 'lib/expedia_api.rb', line 28 def proxy_password @proxy_password end |
.proxy_uri ⇒ Object
Returns the value of attribute proxy_uri.
28 29 30 |
# File 'lib/expedia_api.rb', line 28 def proxy_uri @proxy_uri end |
.proxy_user ⇒ Object
Returns the value of attribute proxy_user.
28 29 30 |
# File 'lib/expedia_api.rb', line 28 def proxy_user @proxy_user end |