Class: EventStore::HTTP::Retry::Telemetry::Retried

Inherits:
Struct
  • Object
show all
Defined in:
lib/event_store/http/retry/telemetry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



11
12
13
# File 'lib/event_store/http/retry/telemetry.rb', line 11

def error
  @error
end

#retriesObject

Returns the value of attribute retries

Returns:

  • (Object)

    the current value of retries



11
12
13
# File 'lib/event_store/http/retry/telemetry.rb', line 11

def retries
  @retries
end

#retry_limitObject

Returns the value of attribute retry_limit

Returns:

  • (Object)

    the current value of retry_limit



11
12
13
# File 'lib/event_store/http/retry/telemetry.rb', line 11

def retry_limit
  @retry_limit
end