Method: NxtSchema::Template::Leaf#initialize

Defined in:
lib/nxt_schema/template/leaf.rb

#initialize(name:, type: :String, parent_node:, **options, &block) ⇒ Leaf

Returns a new instance of Leaf.



4
5
6
# File 'lib/nxt_schema/template/leaf.rb', line 4

def initialize(name:, type: :String, parent_node:, **options, &block)
  super
end