Class: Delayed::Plugins::Reporting::NullReporter
- Inherits:
-
Object
- Object
- Delayed::Plugins::Reporting::NullReporter
- Defined in:
- lib/delayed-plugins-reporting/null_reporter.rb
Instance Method Summary collapse
- #error(simple_error_name, message:, job:) ⇒ Object
-
#initialize(formatter:) ⇒ NullReporter
constructor
A new instance of NullReporter.
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 |