Class: ActiveDeliveryRpush::Notifier
- Inherits:
-
AbstractNotifier::Base
- Object
- AbstractNotifier::Base
- ActiveDeliveryRpush::Notifier
- Defined in:
- lib/active_delivery_rpush/notifier.rb
Instance Method Summary collapse
Instance Method Details
#notification(**payload) ⇒ Object
7 8 9 10 |
# File 'lib/active_delivery_rpush/notifier.rb', line 7 def notification(**payload) merge_defaults!(payload) AbstractNotifier::Notification.new(self.class, payload) end |