Class: Navaid::Runway

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

Instance Attribute Summary collapse

Instance Attribute Details

#airportNameObject

Returns the value of attribute airportName

Returns:

  • (Object)

    the current value of airportName



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

def airportName
  @airportName
end

#altObject

Returns the value of attribute alt

Returns:

  • (Object)

    the current value of alt



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

def alt
  @alt
end

#directionObject

Returns the value of attribute direction

Returns:

  • (Object)

    the current value of direction



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

def direction
  @direction
end

#freqObject

Returns the value of attribute freq

Returns:

  • (Object)

    the current value of freq



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

def freq
  @freq
end

#latObject

Returns the value of attribute lat

Returns:

  • (Object)

    the current value of lat



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

def lat
  @lat
end

#lonObject

Returns the value of attribute lon

Returns:

  • (Object)

    the current value of lon



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

def lon
  @lon
end

#runwayNameObject

Returns the value of attribute runwayName

Returns:

  • (Object)

    the current value of runwayName



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

def runwayName
  @runwayName
end

#sceneItemObject

Returns the value of attribute sceneItem

Returns:

  • (Object)

    the current value of sceneItem



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

def sceneItem
  @sceneItem
end