Class: Navaid::Vor

Inherits:
Struct
  • Object
show all
Defined in:
lib/fgmapping/navaid.rb

Instance Attribute Summary collapse

Instance Attribute Details

#freqObject

Returns the value of attribute freq



16
17
18
# File 'lib/fgmapping/navaid.rb', line 16

def freq
  @freq
end

#latObject

Returns the value of attribute lat



16
17
18
# File 'lib/fgmapping/navaid.rb', line 16

def lat
  @lat
end

#lonObject

Returns the value of attribute lon



16
17
18
# File 'lib/fgmapping/navaid.rb', line 16

def lon
  @lon
end

#longNameObject

Returns the value of attribute longName



16
17
18
# File 'lib/fgmapping/navaid.rb', line 16

def longName
  @longName
end

#sceneItemObject

Returns the value of attribute sceneItem



16
17
18
# File 'lib/fgmapping/navaid.rb', line 16

def sceneItem
  @sceneItem
end

#shortNameObject

Returns the value of attribute shortName



16
17
18
# File 'lib/fgmapping/navaid.rb', line 16

def shortName
  @shortName
end

#typeObject

Returns the value of attribute type



16
17
18
# File 'lib/fgmapping/navaid.rb', line 16

def type
  @type
end