Class: Navaid::Runway
- Inherits:
-
Struct
- Object
- Struct
- Navaid::Runway
- Defined in:
- lib/fgmapping/navaid.rb
Instance Attribute Summary collapse
-
#airportName ⇒ Object
Returns the value of attribute airportName.
-
#alt ⇒ Object
Returns the value of attribute alt.
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#freq ⇒ Object
Returns the value of attribute freq.
-
#lat ⇒ Object
Returns the value of attribute lat.
-
#lon ⇒ Object
Returns the value of attribute lon.
-
#runwayName ⇒ Object
Returns the value of attribute runwayName.
-
#sceneItem ⇒ Object
Returns the value of attribute sceneItem.
Instance Attribute Details
#airportName ⇒ Object
Returns the value of attribute airportName
17 18 19 |
# File 'lib/fgmapping/navaid.rb', line 17 def airportName @airportName end |
#alt ⇒ Object
Returns the value of attribute alt
17 18 19 |
# File 'lib/fgmapping/navaid.rb', line 17 def alt @alt end |
#direction ⇒ Object
Returns the value of attribute direction
17 18 19 |
# File 'lib/fgmapping/navaid.rb', line 17 def direction @direction end |
#freq ⇒ Object
Returns the value of attribute freq
17 18 19 |
# File 'lib/fgmapping/navaid.rb', line 17 def freq @freq end |
#lat ⇒ Object
Returns the value of attribute lat
17 18 19 |
# File 'lib/fgmapping/navaid.rb', line 17 def lat @lat end |
#lon ⇒ Object
Returns the value of attribute lon
17 18 19 |
# File 'lib/fgmapping/navaid.rb', line 17 def lon @lon end |
#runwayName ⇒ Object
Returns the value of attribute runwayName
17 18 19 |
# File 'lib/fgmapping/navaid.rb', line 17 def runwayName @runwayName end |
#sceneItem ⇒ Object
Returns the value of attribute sceneItem
17 18 19 |
# File 'lib/fgmapping/navaid.rb', line 17 def sceneItem @sceneItem end |