class Sidekiq::JobAlert::CLI

Public Instance Methods

alert() click to toggle source
# File lib/sidekiq/job_alert/cli.rb, line 11
def alert
  Sidekiq::JobAlert::Notifier.new(options[:config]).call
end