Class: Delayed::Plugins::Reporting::NullReporter

Inherits:
Object
  • Object
show all
Defined in:
lib/delayed-plugins-reporting/null_reporter.rb

Instance Method Summary collapse

Constructor Details

#initialize(formatter:) ⇒ NullReporter

Returns a new instance of NullReporter.



5
6
# File 'lib/delayed-plugins-reporting/null_reporter.rb', line 5

def initialize(formatter:)
end

Instance Method Details

#error(simple_error_name, message:, job:) ⇒ Object



8
9
# File 'lib/delayed-plugins-reporting/null_reporter.rb', line 8

def error(simple_error_name, message:, job:)
end