Method: MagicBell::Client#create_notification

Defined in:
lib/magicbell/client.rb

#create_notification(notification_attributes) ⇒ Object



17
18
19
# File 'lib/magicbell/client.rb', line 17

def create_notification(notification_attributes)
  MagicBell::Notification.create(self, notification_attributes)
end