Class: Retry::Telemetry::Data::Failed

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

Instance Attribute Summary collapse

Instance Attribute Details

#cycleObject

Returns the value of attribute cycle

Returns:

  • (Object)

    the current value of cycle



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

def cycle
  @cycle
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



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

def error
  @error
end

#millisecond_intervalObject

Returns the value of attribute millisecond_interval

Returns:

  • (Object)

    the current value of millisecond_interval



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

def millisecond_interval
  @millisecond_interval
end