Sha256: f25c05fea95a83f8a507202e4fa6f0bd9a87db644cf6281ff472df892ed4d86c
Contents?: true
Size: 240 Bytes
Versions: 4
Compression:
Stored size: 240 Bytes
Contents
class ApnsChannel class << self def default_options { description: "Push Notifications" } end def deliver(notification, options={}) NotifyUser::Apns.push_notification(notification) end end end
Version data entries
4 entries across 4 versions & 1 rubygems