Class: ActiveNotifier::Transports::Pushmeup::PushNotificationJob
- Inherits:
-
ActiveJob::Base
- Object
- ActiveJob::Base
- ActiveNotifier::Transports::Pushmeup::PushNotificationJob
- Defined in:
- lib/active_notifier/transports/pushmeup.rb
Instance Method Summary collapse
Instance Method Details
#perform(tokens, payload, network) ⇒ Object
59 60 61 |
# File 'lib/active_notifier/transports/pushmeup.rb', line 59 def perform(tokens, payload, network) ActiveNotifier::Transports::Pushmeup.deliver(token, payload, network) end |