Method: AIXM::Feature::NavigationalAid::NDB#initialize
- Defined in:
- lib/aixm/feature/navigational_aid/ndb.rb
#initialize(type:, f:, **arguments) ⇒ NDB
Returns a new instance of NDB.
41 42 43 44 |
# File 'lib/aixm/feature/navigational_aid/ndb.rb', line 41 def initialize(type:, f:, **arguments) super(**arguments) self.type, self.f = type, f end |