class APN::Backend::Sidekiq

Public Instance Methods

notify(token, opts) click to toggle source
# File lib/apn/backend/sidekiq.rb, line 12
def notify(token, opts)
  ::Sidekiq::Client.enqueue(APN::Jobs::SidekiqNotificationJob, token, opts)
end