Class: Locomotive::Common::Configuration
- Inherits:
-
Object
- Object
- Locomotive::Common::Configuration
- Defined in:
- lib/locomotive/common/configuration.rb
Instance Attribute Summary collapse
-
#notifier ⇒ Object
Returns the value of attribute notifier.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
8 9 10 |
# File 'lib/locomotive/common/configuration.rb', line 8 def initialize @notifier = Locomotive::Common::Notifier.new end |
Instance Attribute Details
#notifier ⇒ Object
Returns the value of attribute notifier.
6 7 8 |
# File 'lib/locomotive/common/configuration.rb', line 6 def notifier @notifier end |