class ActiveDeliveryRpush::Notifier

Public Instance Methods

notification(**payload) click to toggle source
# File lib/active_delivery_rpush/notifier.rb, line 7
def notification(**payload)
  merge_defaults!(payload)
  AbstractNotifier::Notification.new(self.class, payload)
end