Class: ROM::Configurable::Setting::Nested Private
- Inherits:
-
ROM::Configurable::Setting
- Object
- ROM::Configurable::Setting
- ROM::Configurable::Setting::Nested
- 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 ⇒ Object private
- #pristine ⇒ Object private
Constructor Details
This class inherits a constructor from ROM::Configurable::Setting
Instance Method Details
#constructor ⇒ Object
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 |
#pristine ⇒ Object
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 |