Class: NotifieeAPI::Notifications

Inherits:
Object
  • Object
show all
Defined in:
lib/notifiee_api/notifications.rb

Class Method Summary collapse

Class Method Details

.create(payload) ⇒ Object



6
7
8
# File 'lib/notifiee_api/notifications.rb', line 6

def create(payload)
  NotifieeAPI::Client.post 'notifications', payload
end