module FDE::Slack::Notification

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/slack/notification.rb, line 17
def self.config
  @@config ||= Config.new
end
configure() { |config| ... } click to toggle source
# File lib/slack/notification.rb, line 21
def self.configure
  yield self.config
end