class Dry::Configurable::Setting::Nested
Specialized Setting
which includes nested settings
@api private
Constants
- CONSTRUCTOR
Public Instance Methods
constructor()
click to toggle source
@api private
# File lib/dry/configurable/setting.rb, line 51 def constructor CONSTRUCTOR end
pristine()
click to toggle source
@api private
# File lib/dry/configurable/setting.rb, line 46 def pristine with(input: input.pristine) end