Class: EventStore::HTTP::Retry::Telemetry::Retried
- Inherits:
-
Struct
- Object
- Struct
- EventStore::HTTP::Retry::Telemetry::Retried
- Defined in:
- lib/event_store/http/retry/telemetry.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#retries ⇒ Object
Returns the value of attribute retries.
-
#retry_limit ⇒ Object
Returns the value of attribute retry_limit.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
11 12 13 |
# File 'lib/event_store/http/retry/telemetry.rb', line 11 def error @error end |
#retries ⇒ Object
Returns the value of attribute retries
11 12 13 |
# File 'lib/event_store/http/retry/telemetry.rb', line 11 def retries @retries end |
#retry_limit ⇒ Object
Returns the value of attribute retry_limit
11 12 13 |
# File 'lib/event_store/http/retry/telemetry.rb', line 11 def retry_limit @retry_limit end |