Class: SolidQueueGuard::Notifiers::Base Private
- Inherits:
-
Object
- Object
- SolidQueueGuard::Notifiers::Base
- Defined in:
- lib/solid_queue_guard/notifiers/base.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Direct Known Subclasses
Class Method Summary collapse
- .deliver(_report) ⇒ Object private
Class Method Details
.deliver(_report) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
7 8 9 |
# File 'lib/solid_queue_guard/notifiers/base.rb', line 7 def self.deliver(_report) raise NotImplementedError, 'Notification adapters ship in v0.3' end |