Method: AIXM::Feature::Organisation#type

Defined in:
lib/aixm/feature/organisation.rb

#typeSymbol #type=(value) ⇒ Object

Type of organisation

Overloads:

  • #typeSymbol

    Returns any of TYPES.

    Returns:

    • (Symbol)

      any of TYPES

  • #type=(value) ⇒ Object

    Parameters:

    • value (Symbol)

      any of TYPES



63
64
65
# File 'lib/aixm/feature/organisation.rb', line 63

def type
  @type
end