Class: Amadeus::Namespaces::Shopping::FlightDestinations
- Inherits:
-
Client::Decorator
- Object
- Client::Decorator
- Amadeus::Namespaces::Shopping::FlightDestinations
- Defined in:
- lib/amadeus/namespaces/shopping/flight_destinations.rb
Overview
A namespaced client for the /v1/shopping/flight-destinations endpoints
Access via the Amadeus::Client object
amadeus = Amadeus::Client.new
amadeus.shopping.flight_destinations
Instance Method Summary collapse
-
#get(params = {}) ⇒ Amadeus::Response
Find the cheapest destinations where you can fly to.
Instance Method Details
#get(params = {}) ⇒ Amadeus::Response
Find the cheapest destinations where you can fly to.
24 25 26 |
# File 'lib/amadeus/namespaces/shopping/flight_destinations.rb', line 24 def get(params = {}) client.get('/v1/shopping/flight-destinations', params) end |