Module: Konfigurator::Common::InstanceMethods
- Defined in:
- lib/konfigurator.rb
Instance Method Summary collapse
-
#settings ⇒ Object
(also: #config)
Access to configuration options is defined in the class methods, so it’s only syntactic sugar for
self.class
.
Instance Method Details
#settings ⇒ Object Also known as: config
Access to configuration options is defined in the class methods, so it’s only syntactic sugar for self.class
.
17 18 19 |
# File 'lib/konfigurator.rb', line 17 def settings self.class end |