Class: RSpec::RetryContext
- Inherits:
-
Struct
- Object
- Struct
- RSpec::RetryContext
- Defined in:
- sig/rspec/rewind.rbs
Instance Attribute Summary collapse
-
#attempt ⇒ Integer?
Returns the value of attribute attempt.
-
#budget_remaining ⇒ Integer, ...
Returns the value of attribute budget_remaining.
-
#elapsed_time ⇒ Numeric?
Returns the value of attribute elapsed_time.
-
#failure_fingerprint ⇒ String?
Returns the value of attribute failure_fingerprint.
-
#metadata ⇒ Hash[Symbol, untyped]?
Returns the value of attribute metadata.
-
#retries ⇒ Integer?
Returns the value of attribute retries.
-
#sleep_total ⇒ Numeric?
Returns the value of attribute sleep_total.
Instance Attribute Details
#attempt ⇒ Integer?
Returns the value of attribute attempt.
243 244 245 |
# File 'sig/rspec/rewind.rbs', line 243 def attempt @attempt end |
#budget_remaining ⇒ Integer, ...
Returns the value of attribute budget_remaining.
246 247 248 |
# File 'sig/rspec/rewind.rbs', line 246 def budget_remaining @budget_remaining end |
#elapsed_time ⇒ Numeric?
Returns the value of attribute elapsed_time.
248 249 250 |
# File 'sig/rspec/rewind.rbs', line 248 def elapsed_time @elapsed_time end |
#failure_fingerprint ⇒ String?
Returns the value of attribute failure_fingerprint.
247 248 249 |
# File 'sig/rspec/rewind.rbs', line 247 def failure_fingerprint @failure_fingerprint end |
#metadata ⇒ Hash[Symbol, untyped]?
Returns the value of attribute metadata.
245 246 247 |
# File 'sig/rspec/rewind.rbs', line 245 def end |
#retries ⇒ Integer?
Returns the value of attribute retries.
244 245 246 |
# File 'sig/rspec/rewind.rbs', line 244 def retries @retries end |
#sleep_total ⇒ Numeric?
Returns the value of attribute sleep_total.
249 250 251 |
# File 'sig/rspec/rewind.rbs', line 249 def sleep_total @sleep_total end |