Class: Pushkin::SendJob
- Inherits:
-
ApplicationJob
- Object
- ActiveJob::Base
- ApplicationJob
- Pushkin::SendJob
- Defined in:
- app/jobs/pushkin/send_job.rb
Instance Method Summary collapse
Instance Method Details
#perform(notification_id) ⇒ Object
6 7 8 |
# File 'app/jobs/pushkin/send_job.rb', line 6 def perform(notification_id) SendPushService.new(notification_id).call end |