Module: ConfigMe::Defaults
- Defined in:
- lib/config-me/defaults.rb
Class Attribute Summary collapse
-
.namespace ⇒ Object
Returns the value of attribute namespace.
-
.proc_auto_calling ⇒ Object
Returns the value of attribute proc_auto_calling.
Class Attribute Details
.namespace ⇒ Object
Returns the value of attribute namespace.
3 4 5 |
# File 'lib/config-me/defaults.rb', line 3 def namespace @namespace end |
.proc_auto_calling ⇒ Object
Returns the value of attribute proc_auto_calling.
3 4 5 |
# File 'lib/config-me/defaults.rb', line 3 def proc_auto_calling @proc_auto_calling end |