Sha256: 6b84335e724c2083b2df923f4a9967041bb8c357232d2462a38dffb08f35a0fd
Contents?: true
Size: 239 Bytes
Versions: 1
Compression:
Stored size: 239 Bytes
Contents
require "delayed_job_slack_notification/version" require 'active_support/all' module DelayedJobSlackNotification mattr_accessor :webhook_url, :channel, :username end require "delayed_job_slack_notification/railtie" if defined?(Rails)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
delayed_job_slack_notification-0.1.2 | lib/delayed_job_slack_notification.rb |