Class: RSpec::RetryContext

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

Instance Attribute Summary collapse

Instance Attribute Details

#attemptInteger?

Returns the value of attribute attempt.

Returns:

  • (Integer, nil)


243
244
245
# File 'sig/rspec/rewind.rbs', line 243

def attempt
  @attempt
end

#budget_remainingInteger, ...

Returns the value of attribute budget_remaining.

Returns:

  • (Integer, Float, nil)


246
247
248
# File 'sig/rspec/rewind.rbs', line 246

def budget_remaining
  @budget_remaining
end

#elapsed_timeNumeric?

Returns the value of attribute elapsed_time.

Returns:

  • (Numeric, nil)


248
249
250
# File 'sig/rspec/rewind.rbs', line 248

def elapsed_time
  @elapsed_time
end

#failure_fingerprintString?

Returns the value of attribute failure_fingerprint.

Returns:

  • (String, nil)


247
248
249
# File 'sig/rspec/rewind.rbs', line 247

def failure_fingerprint
  @failure_fingerprint
end

#metadataHash[Symbol, untyped]?

Returns the value of attribute metadata.

Returns:

  • (Hash[Symbol, untyped], nil)


245
246
247
# File 'sig/rspec/rewind.rbs', line 245

def 
  
end

#retriesInteger?

Returns the value of attribute retries.

Returns:

  • (Integer, nil)


244
245
246
# File 'sig/rspec/rewind.rbs', line 244

def retries
  @retries
end

#sleep_totalNumeric?

Returns the value of attribute sleep_total.

Returns:

  • (Numeric, nil)


249
250
251
# File 'sig/rspec/rewind.rbs', line 249

def sleep_total
  @sleep_total
end