Method: AIXM::Feature::Organisation#initialize

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

#initialize(source: nil, region: nil, name:, type:) ⇒ Organisation

See the cheat sheet for examples on how to create instances of this class.



75
76
77
78
# File 'lib/aixm/feature/organisation.rb', line 75

def initialize(source: nil, region: nil, name:, type:)
  super(source: source, region: region)
  self.name, self.type = name, type
end