Method: CascadingConfiguration::Setting#attr_module_setting

Defined in:
lib/cascading_configuration/setting.rb

#attr_module_setting(*names) ⇒ Object

Cascading setting attribute module/class methods, which will affect all module singletons

according to include/extend pattern used.

for the declared attribute. If a hash is passed, each key will be used as the setting name and accessor and each value will be used as the corresponding write accessor.

Parameters:

  • name (Symbol, String, Hash{Symbol,String=>Symbol,String})

    The name to be used

Returns:

  • self



# File 'lib/cascading_configuration/setting.rb', line 24