Sha256: f8aa163e24ecd51a69f37ee29ea5bb1ca3f6c79f61dac816d9388ae193c3311e
Contents?: true
Size: 287 Bytes
Versions: 5
Compression:
Stored size: 287 Bytes
Contents
module DeviceCloud class PushNotification::EventNotification < PushNotification::BaseNotification def handle! DeviceCloud.event_notification_handler.call(self) end def handle_no_content! DeviceCloud.empty_event_notification_handler.call(self) end end end
Version data entries
5 entries across 5 versions & 1 rubygems