Sha256: f9f00d341c6d0bd339993266bc2a8364a6efccb0564c4668047c2e6abf3d5eef

Contents?: true

Size: 178 Bytes

Versions: 2

Compression:

Stored size: 178 Bytes

Contents

# frozen_string_literal: true

module WaterDrop
  module Configurable
    # Single end config value representation
    Leaf = Struct.new(:name, :default, :constructor)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
waterdrop-2.3.3 lib/waterdrop/configurable/leaf.rb
waterdrop-2.3.2 lib/waterdrop/configurable/leaf.rb