Sha256: e63e3affc82aee1fa04459182621dab27ca96d4e6728db4197988bc456754f73
Contents?: true
Size: 255 Bytes
Versions: 1
Compression:
Stored size: 255 Bytes
Contents
module DeviceCloud class PushNotification::DataNotification < PushNotification::BaseNotification def initialize(file_data) @file_data = file_data end def handle! DeviceCloud.data_notification_handler.call(self) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
device_cloud-0.0.7 | lib/device_cloud/push_notification/data_notification.rb |