Method: AIXM::Component::Runway::Direction#initialize

Defined in:
lib/aixm/component/runway.rb

#initialize(name:) ⇒ Direction

See the cheat sheet for examples on how to

create instances of this class.


284
285
286
287
# File 'lib/aixm/component/runway.rb', line 284

def initialize(name:)
  self.name = name
  self.vasis = AIXM.vasis
end