Method: AIXM::Feature::NavigationalAid::NDB#type

Defined in:
lib/aixm/feature/navigational_aid/ndb.rb

#typeSymbol? #type=(value) ⇒ Object

Type of NDB

Overloads:

  • #typeSymbol?

    Returns any of TYPES.

    Returns:

    • (Symbol, nil)

      any of TYPES

  • #type=(value) ⇒ Object

    Parameters:

    • value (Symbol, nil)

      any of TYPES



43
44
45
# File 'lib/aixm/feature/navigational_aid/ndb.rb', line 43

def type
  @type
end