Class: Biovision::Notifiers::ContactNotifier
- Inherits:
-
BaseNotifier
- Object
- BaseNotifier
- Biovision::Notifiers::ContactNotifier
- Defined in:
- app/lib/biovision/notifiers/contact_notifier.rb
Overview
Notification mapper for contact component
Constant Summary collapse
- TYPE_FEEDBACK_MESSAGE =
'feedback_message'
Instance Attribute Summary
Attributes inherited from BaseNotifier
Instance Method Summary collapse
Methods inherited from BaseNotifier
[], #component, #entity, handler_class, #initialize, #notify, slug, #view
Constructor Details
This class inherits a constructor from Biovision::Notifiers::BaseNotifier
Instance Method Details
#new_feedback_message(message_id) ⇒ Object
10 11 12 |
# File 'app/lib/biovision/notifiers/contact_notifier.rb', line 10 def () check_and_notify(, TYPE_FEEDBACK_MESSAGE) end |