Class: Konsierge::Notifier::Adapters::BaseAdapter
- Inherits:
-
Object
- Object
- Konsierge::Notifier::Adapters::BaseAdapter
- Defined in:
- lib/konsierge/notifier/adapters/base_adapter.rb
Direct Known Subclasses
Instance Method Summary collapse
- #send_error(error, context: {}, source: nil, **options) ⇒ Object
- #send_message(message, context: {}, **options) ⇒ Object
Instance Method Details
#send_error(error, context: {}, source: nil, **options) ⇒ Object
11 12 13 |
# File 'lib/konsierge/notifier/adapters/base_adapter.rb', line 11 def send_error(error, context: {}, source: nil, **) raise NotImplementedError end |
#send_message(message, context: {}, **options) ⇒ Object
7 8 9 |
# File 'lib/konsierge/notifier/adapters/base_adapter.rb', line 7 def (, context: {}, **) raise NotImplementedError end |