Module: ActiveNotifier::Configurable::ClassMethods
- Defined in:
- lib/active_notifier/configurable.rb
Overview
Core functions for Configuration
Instance Method Summary collapse
- #config ⇒ Object
-
#configure {|config| ... } ⇒ Object
Configure for ActiveNotifier.
Instance Method Details
#config ⇒ Object
22 23 24 |
# File 'lib/active_notifier/configurable.rb', line 22 def config @config ||= Configuration.new end |
#configure {|config| ... } ⇒ Object
Configure for ActiveNotifier.
18 19 20 |
# File 'lib/active_notifier/configurable.rb', line 18 def configure yield config end |