Sha256: 18d199f20d16a968bf7533f93ac887314aa64a4c453f1cc98e18a8c3c37f85a8
Contents?: true
Size: 170 Bytes
Versions: 5
Compression:
Stored size: 170 Bytes
Contents
module DeviceCloud class PushNotification::Event < PushNotification::Base def handle! DeviceCloud.push_notification_event_handler.call(self) end end end
Version data entries
5 entries across 5 versions & 1 rubygems