Class: FlightStats::DataFeed::File::FlightUpdate

Inherits:
Object
  • Object
show all
Defined in:
lib/flightstats/data_feed/file/flight_update.rb

Instance Attribute Summary collapse

Instance Attribute Details

#data_updatedObject

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

#eventObject

Returns the value of attribute event.



3
4
5
# File 'lib/flightstats/data_feed/file/flight_update.rb', line 3

def event
  @event
end

#flightObject

Returns the value of attribute flight.



3
4
5
# File 'lib/flightstats/data_feed/file/flight_update.rb', line 3

def flight
  @flight
end

#sourceObject

Returns the value of attribute source.



3
4
5
# File 'lib/flightstats/data_feed/file/flight_update.rb', line 3

def source
  @source
end

#timestampObject

Returns the value of attribute timestamp.



3
4
5
# File 'lib/flightstats/data_feed/file/flight_update.rb', line 3

def timestamp
  @timestamp
end