Class: FlightStats::FlightEquipment

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

Returns the value of attribute actual_equipment_iata_code.



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

def actual_equipment_iata_code
  @actual_equipment_iata_code
end

#scheduled_equipment_iata_codeObject

Returns the value of attribute scheduled_equipment_iata_code.



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

def scheduled_equipment_iata_code
  @scheduled_equipment_iata_code
end

#tail_numberObject

Returns the value of attribute tail_number.



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

def tail_number
  @tail_number
end