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

Returns:

  • (Object)

    the current value of freq



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

def freq
  @freq
end

#latObject

Returns the value of attribute lat

Returns:

  • (Object)

    the current value of lat



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

def lat
  @lat
end

#lonObject

Returns the value of attribute lon

Returns:

  • (Object)

    the current value of lon



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

def lon
  @lon
end

#longNameObject

Returns the value of attribute longName

Returns:

  • (Object)

    the current value of longName



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

def longName
  @longName
end

#sceneItemObject

Returns the value of attribute sceneItem

Returns:

  • (Object)

    the current value of sceneItem



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

def sceneItem
  @sceneItem
end

#shortNameObject

Returns the value of attribute shortName

Returns:

  • (Object)

    the current value of shortName



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

def shortName
  @shortName
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end