Sha256: e7c188ed1cb063caf03310589de04fca65afe58fdde97cf5e3e4a647c802571c
Contents?: true
Size: 249 Bytes
Versions: 16
Compression:
Stored size: 249 Bytes
Contents
class PubnubChannel class << self def default_options { description: "PubNub Notifications" } end def deliver(notification, options={}) NotifyUser::PubNub.push_notification(notification) end end end
Version data entries
16 entries across 16 versions & 1 rubygems