Method: Amadeus::Namespaces::ReferenceData#locations

Defined in:
lib/amadeus/namespaces/reference_data.rb

#locationsAmadeus::Namespaces::ReferenceData::Locations

The namespace for the Locations APIs:

Examples:

amadeus.reference_data.locations
amadeus.reference_data.locations.airports

Returns:



31
32
33
# File 'lib/amadeus/namespaces/reference_data.rb', line 31

def locations
  Amadeus::Namespaces::ReferenceData::Locations.new(client)
end