Class: Pushkin::SendJob

Inherits:
ApplicationJob show all
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