Class: RSpec::RunnerComponents

Inherits:
Object
  • Object
show all
Defined in:
sig/rspec/rewind.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeObject



455
# File 'sig/rspec/rewind.rbs', line 455

def initialize: (

Instance Attribute Details

#attempt_runnerAttemptRunner (readonly)

Returns the value of attribute attempt_runner.

Returns:



449
450
451
# File 'sig/rspec/rewind.rbs', line 449

def attempt_runner
  @attempt_runner
end

#flaky_transitionFlakyTransition (readonly)

Returns the value of attribute flaky_transition.

Returns:



452
453
454
# File 'sig/rspec/rewind.rbs', line 452

def flaky_transition
  @flaky_transition
end

#retry_count_resolverRetryCountResolver (readonly)

Returns the value of attribute retry_count_resolver.

Returns:



448
449
450
# File 'sig/rspec/rewind.rbs', line 448

def retry_count_resolver
  @retry_count_resolver
end

#retry_gateRetryGate (readonly)

Returns the value of attribute retry_gate.

Returns:



450
451
452
# File 'sig/rspec/rewind.rbs', line 450

def retry_gate
  @retry_gate
end

#retry_loopRetryLoop (readonly)

Returns the value of attribute retry_loop.

Returns:



453
454
455
# File 'sig/rspec/rewind.rbs', line 453

def retry_loop
  @retry_loop
end

#retry_transitionRetryTransition (readonly)

Returns the value of attribute retry_transition.

Returns:



451
452
453
# File 'sig/rspec/rewind.rbs', line 451

def retry_transition
  @retry_transition
end