Sha256: 60f664687a9a19f3998dd6df09611dc9b786f2fbe51fb5e48b1cfbdbc2a42d66

Contents?: true

Size: 222 Bytes

Versions: 3

Compression:

Stored size: 222 Bytes

Contents

module NxtSchema
  module Node
    class Constructor < Node::Schema
      def initialize(name:, type: NxtSchema::Types::Constructor(::OpenStruct), parent_node:, **options, &block)
        super
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nxt_schema-0.1.2 lib/nxt_schema/node/constructor.rb
nxt_schema-0.1.1 lib/nxt_schema/node/constructor.rb
nxt_schema-0.1.0 lib/nxt_schema/node/constructor.rb