Class: FlightSegment

Inherits:
ActiveRecord::Base
  • Object
show all
Extended by:
CohortScope
Defined in:
lib/earth/air/flight_segment.rb

Constant Summary collapse

INPUT_CHARACTERISTICS =
[
  :origin_airport,
  :destination_airport,
  :aircraft,
  :airline,
  :propulsion,
  :domesticity
]