Class: ActionSlack::SendJob
- Inherits:
-
ActiveJob::Base
- Object
- ActiveJob::Base
- ActionSlack::SendJob
- Defined in:
- lib/action_slack/send_job.rb
Instance Method Summary collapse
Instance Method Details
#perform(url, message) ⇒ Object
5 6 7 |
# File 'lib/action_slack/send_job.rb', line 5 def perform(url, ) Notifier.__send__(:notify_now, url, ) end |