Class: SolidQueueGuard::Notifiers::Base Private

Inherits:
Object
  • Object
show all
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.

Class Method Summary collapse

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)
  Notifier.deliver(:rails_logger, report)
end