Module: Amadeus::Location

Defined in:
lib/amadeus/client/location.rb

Overview

A list of location types, as used in searching for locations

Constant Summary collapse

AIRPORT =

Airport

'AIRPORT'
CITY =

City

'CITY'
ANY =

Any

[AIRPORT, CITY].join(',')