Module: SabreDevStudio

Defined in:
lib/sabre_dev_studio-flight/shop/streamlined_itineraries.rb,
lib/sabre_dev_studio-flight/api.rb,
lib/sabre_dev_studio-flight/version.rb,
lib/sabre_dev_studio-flight/fare_range.rb,
lib/sabre_dev_studio-flight/city_pairs_lookup.rb,
lib/sabre_dev_studio-flight/low_fare_forecast.rb,
lib/sabre_dev_studio-flight/destination_finder.rb,
lib/sabre_dev_studio-flight/travel_seasonality.rb,
lib/sabre_dev_studio-flight/instaflights_search.rb,
lib/sabre_dev_studio-flight/lead_price_calendar.rb,
lib/sabre_dev_studio-flight/travel_theme_lookup.rb,
lib/sabre_dev_studio-flight/theme_airport_lookup.rb,
lib/sabre_dev_studio-flight/multiairport_city_lookup.rb,
lib/sabre_dev_studio-flight/airports_at_cities_lookup.rb,
lib/sabre_dev_studio-flight/shop/streamlined_destinations.rb

Overview

options = {

  :origin        => 'LAS',
  :departuredate => '2014-06-01',
  :returndate    => '2014-06-05'
}
destinations = SabreDevStudio::Flight::Api.destination_air_shop(options); nil
streamlined_destinations = SabreDevStudio::Flight::Shop::StreamlinedDestinations.new(destinations.response); nil
pp streamlined_destinations; nil

Defined Under Namespace

Modules: Flight