class Slackr::Webhook

support for backwards compatibility

Public Class Methods

new(team, token, options = {}) click to toggle source
# File lib/slackr.rb, line 40
def initialize(team, token, options = {})
  warn "[DEPRECATION] `Slackr::Webhook.new` is deprecated.  Please use `Slackr.connect` instead."
end