Method: AIXM::Component::Helipad#initialize
- Defined in:
- lib/aixm/component/helipad.rb
#initialize(name:, xy:) ⇒ Helipad
See the cheat sheet for examples on how to create instances of this class.
127 128 129 130 |
# File 'lib/aixm/component/helipad.rb', line 127 def initialize(name:, xy:) self.name, self.xy = name, xy self.surface = AIXM.surface end |