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

#error ⇒ Object

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

#retries ⇒ Object

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_limit ⇒ Object

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