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