Class: Cats::Core::SimpleNotification
- Inherits:
-
Noticed::Base
- Object
- Noticed::Base
- Cats::Core::SimpleNotification
- Defined in:
- app/notifications/cats/core/simple_notification.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
13 14 15 16 17 |
# File 'app/notifications/cats/core/simple_notification.rb', line 13 def title = params[:title] body = params[:body] {title: title, body: body} end |