Class: Navaid::Vor
- Inherits:
-
Struct
- Object
- Struct
- Navaid::Vor
- Defined in:
- lib/fgmapping/navaid.rb
Instance Attribute Summary collapse
-
#freq ⇒ Object
Returns the value of attribute freq.
-
#lat ⇒ Object
Returns the value of attribute lat.
-
#lon ⇒ Object
Returns the value of attribute lon.
-
#longName ⇒ Object
Returns the value of attribute longName.
-
#sceneItem ⇒ Object
Returns the value of attribute sceneItem.
-
#shortName ⇒ Object
Returns the value of attribute shortName.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#freq ⇒ Object
Returns the value of attribute freq
16 17 18 |
# File 'lib/fgmapping/navaid.rb', line 16 def freq @freq end |
#lat ⇒ Object
Returns the value of attribute lat
16 17 18 |
# File 'lib/fgmapping/navaid.rb', line 16 def lat @lat end |
#lon ⇒ Object
Returns the value of attribute lon
16 17 18 |
# File 'lib/fgmapping/navaid.rb', line 16 def lon @lon end |
#longName ⇒ Object
Returns the value of attribute longName
16 17 18 |
# File 'lib/fgmapping/navaid.rb', line 16 def longName @longName end |
#sceneItem ⇒ Object
Returns the value of attribute sceneItem
16 17 18 |
# File 'lib/fgmapping/navaid.rb', line 16 def sceneItem @sceneItem end |
#shortName ⇒ Object
Returns the value of attribute shortName
16 17 18 |
# File 'lib/fgmapping/navaid.rb', line 16 def shortName @shortName end |
#type ⇒ Object
Returns the value of attribute type
16 17 18 |
# File 'lib/fgmapping/navaid.rb', line 16 def type @type end |