Sha256: 1070defd83290550a0af9e6b54f8b13695816c8f42a0ed7a2d9d1aa1137ec310
Contents?: true
Size: 493 Bytes
Versions: 14
Compression:
Stored size: 493 Bytes
Contents
module PushbulletRuby class Ephemerable class Notification < Ephemerable def type :push end def required_parameters [:title, :body] end def construct_payload(user_identifier, device_identifier) { source_user_iden: user_identifier, source_device_iden: device_identifier, package_name: 'com.pushbullet.android', type: 'mirror' } end end end end
Version data entries
14 entries across 13 versions & 2 rubygems