Skip to content

Instantly share code, notes, and snippets.

@gotar
Created April 5, 2012 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gotar/2309467 to your computer and use it in GitHub Desktop.
Save gotar/2309467 to your computer and use it in GitHub Desktop.
ruby-1.9.2-p180 :006 > y CheapestFlight.collect_data(json)
---
- :stops: "0"
:faretype: AMADEUS_PUBLISHED
:farebase: "[[\"POWA3\"]]"
:airlines: A3
:is_mixed: "0"
:roundtrip: false
:arr: SKG
:dep: ATH
:wing: gr
:arr_time: 2012-07-20 12:50:00 +02:00
:dep_time: 2012-07-20 12:50:00 +02:00
:price: 58.64
:arr_date: 2012-07-20
:dep_date: 2012-07-20
:tax: 33.64
:face_value: 25
:booking_class: P
- :stops: "0"
:faretype: AMADEUS_PUBLISHED
:farebase: "[[\"POWA3\"]]"
:airlines: A3
:is_mixed: "0"
:roundtrip: false
:arr: ATH
:dep: SKG
:wing: gr
:arr_time: 2012-07-22 08:15:00 +02:00
:dep_time: 2012-07-22 08:15:00 +02:00
:price: 38
:arr_date: 2012-07-22
:dep_date: 2012-07-22
:tax: 15
:face_value: 23
:booking_class: P; P; P; P
- :stops: 0; 0
:faretype: AMADEUS_PUBLISHED
:farebase: "[[\"POWA3\"]]"
:airlines: A3
:is_mixed: "0"
:roundtrip: true
:arr: SKG
:dep: ATH
:wing: gr
:arr_time: 2012-07-22 08:15:00 +02:00
:dep_time: 2012-07-20 12:50:00 +02:00
:price: 96.64
:arr_date: 2012-07-22
:dep_date: 2012-07-20
:tax: 48.64
:face_value: 48
:booking_class: P; P; P; P; P
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment