Module: FDE::Slack::Notification
- Defined in:
- lib/slack/notification.rb,
lib/slack/notification/version.rb
Defined Under Namespace
Classes: Config
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.config ⇒ Object
16 17 18 |
# File 'lib/slack/notification.rb', line 16 def self.config @@config ||= Config.new end |
.configure {|self.config| ... } ⇒ Object
20 21 22 |
# File 'lib/slack/notification.rb', line 20 def self.configure yield self.config end |