module SlackNotify

Constants

VERSION

Public Class Methods

new(options = {}) click to toggle source
# File lib/slack-notify.rb, line 8
def self.new(options = {})
  SlackNotify::Client.new(options)
end