Class: Amadeus::Namespaces::Shopping::FlightOffers::Prediction
- Inherits:
-
Client::Decorator
- Object
- Client::Decorator
- Amadeus::Namespaces::Shopping::FlightOffers::Prediction
- Defined in:
- lib/amadeus/namespaces/shopping/flight_offers/prediction.rb
Overview
Instance Method Summary collapse
-
#post(params = {}) ⇒ Amadeus::Response
Returns a list of flight offers including a choice prediction for each itineary.
Instance Method Details
#post(params = {}) ⇒ Amadeus::Response
Returns a list of flight offers including a choice prediction for each itineary.
25 26 27 |
# File 'lib/amadeus/namespaces/shopping/flight_offers/prediction.rb', line 25 def post(params = {}) client.post('/v1/shopping/flight-offers/prediction', params) end |