Class: FlightStats::OperationalTimes

Inherits:
Resource
  • Object
show all
Defined in:
lib/flightstats/operational_times.rb

Instance Attribute Summary collapse

Attributes inherited from Resource

#attributes, #etag, #response, #uri

Method Summary

Methods inherited from Resource

from_json, from_parsed_json, from_response, #initialize, string_to_model, string_to_model_with_caching, #to_param, #underscore_with_caching

Constructor Details

This class inherits a constructor from FlightStats::Resource

Instance Attribute Details

#actual_gate_departureObject

Returns the value of attribute actual_gate_departure.



3
4
5
# File 'lib/flightstats/operational_times.rb', line 3

def actual_gate_departure
  @actual_gate_departure
end

#actual_runway_departureObject

Returns the value of attribute actual_runway_departure.



3
4
5
# File 'lib/flightstats/operational_times.rb', line 3

def actual_runway_departure
  @actual_runway_departure
end

#estimated_gate_arrivalObject

Returns the value of attribute estimated_gate_arrival.



3
4
5
# File 'lib/flightstats/operational_times.rb', line 3

def estimated_gate_arrival
  @estimated_gate_arrival
end

#estimated_gate_departureObject

Returns the value of attribute estimated_gate_departure.



3
4
5
# File 'lib/flightstats/operational_times.rb', line 3

def estimated_gate_departure
  @estimated_gate_departure
end

#estimated_runway_arrivalObject

Returns the value of attribute estimated_runway_arrival.



3
4
5
# File 'lib/flightstats/operational_times.rb', line 3

def estimated_runway_arrival
  @estimated_runway_arrival
end

#estimated_runway_departureObject

Returns the value of attribute estimated_runway_departure.



3
4
5
# File 'lib/flightstats/operational_times.rb', line 3

def estimated_runway_departure
  @estimated_runway_departure
end

#flight_plan_planned_arrivalObject

Returns the value of attribute flight_plan_planned_arrival.



3
4
5
# File 'lib/flightstats/operational_times.rb', line 3

def flight_plan_planned_arrival
  @flight_plan_planned_arrival
end

#flight_plan_planned_departureObject

Returns the value of attribute flight_plan_planned_departure.



3
4
5
# File 'lib/flightstats/operational_times.rb', line 3

def flight_plan_planned_departure
  @flight_plan_planned_departure
end

#published_arrivalObject

Returns the value of attribute published_arrival.



3
4
5
# File 'lib/flightstats/operational_times.rb', line 3

def published_arrival
  @published_arrival
end

#published_departureObject

Returns the value of attribute published_departure.



3
4
5
# File 'lib/flightstats/operational_times.rb', line 3

def published_departure
  @published_departure
end

#scheduled_gate_arrivalObject

Returns the value of attribute scheduled_gate_arrival.



3
4
5
# File 'lib/flightstats/operational_times.rb', line 3

def scheduled_gate_arrival
  @scheduled_gate_arrival
end

#scheduled_gate_departureObject

Returns the value of attribute scheduled_gate_departure.



3
4
5
# File 'lib/flightstats/operational_times.rb', line 3

def scheduled_gate_departure
  @scheduled_gate_departure
end