module SlackNotifier

Constants

VERSION

Public Class Methods

configure(config) click to toggle source
# File lib/slack_notifier.rb, line 8
def self.configure(config)
  Config.set(config)
end