Class: Axn::Async::ExceptionReporting::DiscardedJobResult
- Inherits:
-
Object
- Object
- Axn::Async::ExceptionReporting::DiscardedJobResult
- Defined in:
- lib/axn/async/exception_reporting.rb
Instance Attribute Summary collapse
-
#exception ⇒ Object
readonly
Returns the value of attribute exception.
Instance Method Summary collapse
- #error ⇒ Object
-
#initialize(exception) ⇒ DiscardedJobResult
constructor
A new instance of DiscardedJobResult.
Constructor Details
#initialize(exception) ⇒ DiscardedJobResult
Returns a new instance of DiscardedJobResult.
139 140 141 |
# File 'lib/axn/async/exception_reporting.rb', line 139 def initialize(exception) @exception = exception end |
Instance Attribute Details
#exception ⇒ Object (readonly)
Returns the value of attribute exception.
147 148 149 |
# File 'lib/axn/async/exception_reporting.rb', line 147 def exception @exception end |