Class: Retry::Substitute::Retry

Inherits:
Retry
  • Object
show all
Defined in:
lib/retry/substitute.rb

Instance Attribute Summary collapse

Attributes inherited from Retry

#action_executed

Method Summary

Methods inherited from Retry

build, call, #call, configure

Methods included from Telemetry::Register

#register_telemetry_sink

Instance Attribute Details

#sinkObject

Returns the value of attribute sink.



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

def sink
  @sink
end