Class: FlightStats::FlightDurations

Inherits:
Resource
  • Object
show all
Defined in:
lib/flightstats/flight_durations.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

#air_minutesObject

Returns the value of attribute air_minutes.



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

def air_minutes
  @air_minutes
end

#block_minutesObject

Returns the value of attribute block_minutes.



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

def block_minutes
  @block_minutes
end

#scheduled_air_minutesObject

Returns the value of attribute scheduled_air_minutes.



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

def scheduled_air_minutes
  @scheduled_air_minutes
end

#scheduled_block_minutesObject

Returns the value of attribute scheduled_block_minutes.



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

def scheduled_block_minutes
  @scheduled_block_minutes
end

#scheduled_taxi_in_minutesObject

Returns the value of attribute scheduled_taxi_in_minutes.



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

def scheduled_taxi_in_minutes
  @scheduled_taxi_in_minutes
end

#scheduled_taxi_out_minutesObject

Returns the value of attribute scheduled_taxi_out_minutes.



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

def scheduled_taxi_out_minutes
  @scheduled_taxi_out_minutes
end

#taxi_in_minutesObject

Returns the value of attribute taxi_in_minutes.



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

def taxi_in_minutes
  @taxi_in_minutes
end

#taxi_out_minutesObject

Returns the value of attribute taxi_out_minutes.



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

def taxi_out_minutes
  @taxi_out_minutes
end