Class: ROM::Configurable::Setting::Nested Private

Inherits:
ROM::Configurable::Setting show all
Defined in:
lib/rom/support/configurable/setting.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Specialized Setting which includes nested settings

Constant Summary collapse

CONSTRUCTOR =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Config.method(:new)

Instance Method Summary collapse

Constructor Details

This class inherits a constructor from ROM::Configurable::Setting

Instance Method Details

#constructorObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



48
49
50
# File 'lib/rom/support/configurable/setting.rb', line 48

def constructor
  CONSTRUCTOR
end

#pristineObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



43
44
45
# File 'lib/rom/support/configurable/setting.rb', line 43

def pristine
  with(input: input.pristine)
end