Class: Retry::Telemetry::Data::Failed
- Inherits:
-
Struct
- Object
- Struct
- Retry::Telemetry::Data::Failed
- Defined in:
- lib/retry/telemetry.rb
Instance Attribute Summary collapse
-
#cycle ⇒ Object
Returns the value of attribute cycle.
-
#error ⇒ Object
Returns the value of attribute error.
-
#millisecond_interval ⇒ Object
Returns the value of attribute millisecond_interval.
Instance Method Summary collapse
Instance Attribute Details
#cycle ⇒ Object
Returns the value of attribute cycle
11 12 13 |
# File 'lib/retry/telemetry.rb', line 11 def cycle @cycle end |
#error ⇒ Object
Returns the value of attribute error
11 12 13 |
# File 'lib/retry/telemetry.rb', line 11 def error @error end |
#millisecond_interval ⇒ Object
Returns the value of attribute millisecond_interval
11 12 13 |
# File 'lib/retry/telemetry.rb', line 11 def millisecond_interval @millisecond_interval end |
Instance Method Details
#error_class ⇒ Object
12 13 14 |
# File 'lib/retry/telemetry.rb', line 12 def error_class error.class end |