Class: FlightStats::Airport
- Inherits:
-
Object
- Object
- FlightStats::Airport
- Defined in:
- lib/flightstats/airport.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#faa_code ⇒ Object
Returns the value of attribute faa_code.
-
#iata_code ⇒ Object
Returns the value of attribute iata_code.
-
#icao_code ⇒ Object
Returns the value of attribute icao_code.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
3 4 5 |
# File 'lib/flightstats/airport.rb', line 3 def code @code end |
#faa_code ⇒ Object
Returns the value of attribute faa_code.
3 4 5 |
# File 'lib/flightstats/airport.rb', line 3 def faa_code @faa_code end |
#iata_code ⇒ Object
Returns the value of attribute iata_code.
3 4 5 |
# File 'lib/flightstats/airport.rb', line 3 def iata_code @iata_code end |
#icao_code ⇒ Object
Returns the value of attribute icao_code.
3 4 5 |
# File 'lib/flightstats/airport.rb', line 3 def icao_code @icao_code end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/flightstats/airport.rb', line 3 def name @name end |