Class: BreakerMachines::ErrorInfo
- Inherits:
-
Data
- Object
- Data
- BreakerMachines::ErrorInfo
- Defined in:
- lib/breaker_machines/types.rb
Overview
Represents information about the last error that occurred
Instance Attribute Summary collapse
-
#error_class ⇒ Object
readonly
Returns the value of attribute error_class.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#occurred_at ⇒ Object
readonly
Returns the value of attribute occurred_at.
Instance Attribute Details
#error_class ⇒ Object (readonly)
Returns the value of attribute error_class
24 25 26 |
# File 'lib/breaker_machines/types.rb', line 24 def error_class @error_class end |
#message ⇒ Object (readonly)
Returns the value of attribute message
24 25 26 |
# File 'lib/breaker_machines/types.rb', line 24 def @message end |
#occurred_at ⇒ Object (readonly)
Returns the value of attribute occurred_at
24 25 26 |
# File 'lib/breaker_machines/types.rb', line 24 def occurred_at @occurred_at end |