Class: Amadeus::Namespaces::Airport::Predictions

Inherits:
Client::Decorator
  • Object
show all
Defined in:
lib/amadeus/namespaces/airport/predictions.rb,
lib/amadeus/namespaces/airport/predictions/on_time.rb

Overview

A namespaced client for the /v1/airport/predictions endpoints

Access via the Amadeus::Client object

amadeus = Amadeus::Client.new
amadeus.airport.predictions

Defined Under Namespace

Classes: OnTime

Instance Method Summary collapse

Instance Method Details

#on_timeAmadeus::Namespaces::Airport::Predictions::OnTime

The namespace for the Airport-OnTime-Prediction API:

Examples:

amadeus.airport.predictions.on_time

Returns:



21
22
23
# File 'lib/amadeus/namespaces/airport/predictions.rb', line 21

def on_time
  Amadeus::Namespaces::Airport::Predictions::OnTime.new(client)
end