Class: Amadeus::Namespaces::Shopping::FlightOffers
- Inherits:
-
Client::Decorator
- Object
- Client::Decorator
- Amadeus::Namespaces::Shopping::FlightOffers
- Defined in:
- lib/amadeus/namespaces/shopping/flight_offers.rb
Overview
A namespaced client for the /v1/shopping/flight-offers endpoints
Access via the Amadeus::Client object
amadeus = Amadeus::Client.new
amadeus.shopping.flight_offers
Instance Method Summary collapse
-
#get(params = {}) ⇒ Amadeus::Response
Find the cheapest bookable flights.
Instance Method Details
#get(params = {}) ⇒ Amadeus::Response
Find the cheapest bookable flights.
31 32 33 |
# File 'lib/amadeus/namespaces/shopping/flight_offers.rb', line 31 def get(params = {}) client.get('/v1/shopping/flight-offers', params) end |