Method: AIXM::Feature::Organisation#id

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

#idString? #id=(value) ⇒ Object

Code of the organisation (e.g. “LF”)

Overloads:

  • #idString?

    Returns:

    • (String, nil)
  • #id=(value) ⇒ Object

    Parameters:

    • value (String, nil)


71
72
73
# File 'lib/aixm/feature/organisation.rb', line 71

def id
  @id
end