Class: FlightStats::DataFeed::File::FlightUpdate
- Inherits:
-
Object
- Object
- FlightStats::DataFeed::File::FlightUpdate
- Defined in:
- lib/flightstats/data_feed/file/flight_update.rb
Instance Attribute Summary collapse
-
#data_updated ⇒ Object
Returns the value of attribute data_updated.
-
#event ⇒ Object
Returns the value of attribute event.
-
#flight ⇒ Object
Returns the value of attribute flight.
-
#source ⇒ Object
Returns the value of attribute source.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#data_updated ⇒ Object
Returns the value of attribute data_updated.
3 4 5 |
# File 'lib/flightstats/data_feed/file/flight_update.rb', line 3 def data_updated @data_updated end |
#event ⇒ Object
Returns the value of attribute event.
3 4 5 |
# File 'lib/flightstats/data_feed/file/flight_update.rb', line 3 def event @event end |
#flight ⇒ Object
Returns the value of attribute flight.
3 4 5 |
# File 'lib/flightstats/data_feed/file/flight_update.rb', line 3 def flight @flight end |
#source ⇒ Object
Returns the value of attribute source.
3 4 5 |
# File 'lib/flightstats/data_feed/file/flight_update.rb', line 3 def source @source end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
3 4 5 |
# File 'lib/flightstats/data_feed/file/flight_update.rb', line 3 def @timestamp end |