Sha256: defacb8774531909af6a29db4dc04554053dfddc1da40fc19b8d827a10cbc5ad
Contents?: true
Size: 174 Bytes
Versions: 4
Compression:
Stored size: 174 Bytes
Contents
module NotifieeAPI class Notifications class << self def create(payload) NotifieeAPI::Client.post 'notifications', payload end end end end
Version data entries
4 entries across 4 versions & 1 rubygems