Module: RubyPushNotifications::NotificationResultsManager
- Extended by:
- Forwardable
- Included in:
- APNS::APNSNotification, FCM::FCMNotification, GCM::GCMNotification, MPNS::MPNSNotification, WNS::WNSNotification
- Defined in:
- lib/ruby-push-notifications/notification_results_manager.rb
Overview
This module contains the required behavior expected by particular notifications
Instance Attribute Summary collapse
-
#results ⇒ Object
The corresponding object with the results from sending this notification that also will respond to #success, #failed and #individual_results.
Instance Attribute Details
#results ⇒ Object
The corresponding object with the results from sending this notification that also will respond to #success, #failed and #individual_results
12 13 14 |
# File 'lib/ruby-push-notifications/notification_results_manager.rb', line 12 def results @results end |