Class: Hertz::Fcm::NotificationDeliveryJob

Inherits:
ActiveJob::Base
  • Object
show all
Defined in:
app/jobs/hertz/fcm/notification_delivery_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(notification) ⇒ Object



8
9
10
# File 'app/jobs/hertz/fcm/notification_delivery_job.rb', line 8

def perform(notification)
  PushNotificationSender.new(notification).run
end