Sha256: cf1eb4a6511bc094e8db31da0648acccfd9adac30bcb0347c399677073d6b44f
Contents?: true
Size: 189 Bytes
Versions: 7
Compression:
Stored size: 189 Bytes
Contents
module DeviceCloud class PushNotification::AlertNotification < PushNotification::BaseNotification def handle! DeviceCloud.alert_notification_handler.call(self) end end end
Version data entries
7 entries across 7 versions & 1 rubygems