Class: RSpec::Rewind::RetryContext
- Inherits:
-
Struct
- Object
- Struct
- RSpec::Rewind::RetryContext
- Defined in:
- lib/rspec/rewind/retry_decision.rb
Instance Attribute Summary collapse
-
#attempt ⇒ Object
Returns the value of attribute attempt.
-
#budget_remaining ⇒ Object
Returns the value of attribute budget_remaining.
-
#elapsed_time ⇒ Object
Returns the value of attribute elapsed_time.
-
#failure_fingerprint ⇒ Object
Returns the value of attribute failure_fingerprint.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#retries ⇒ Object
Returns the value of attribute retries.
-
#sleep_total ⇒ Object
Returns the value of attribute sleep_total.
Instance Attribute Details
#attempt ⇒ Object
Returns the value of attribute attempt
18 19 20 |
# File 'lib/rspec/rewind/retry_decision.rb', line 18 def attempt @attempt end |
#budget_remaining ⇒ Object
Returns the value of attribute budget_remaining
18 19 20 |
# File 'lib/rspec/rewind/retry_decision.rb', line 18 def budget_remaining @budget_remaining end |
#elapsed_time ⇒ Object
Returns the value of attribute elapsed_time
18 19 20 |
# File 'lib/rspec/rewind/retry_decision.rb', line 18 def elapsed_time @elapsed_time end |
#failure_fingerprint ⇒ Object
Returns the value of attribute failure_fingerprint
18 19 20 |
# File 'lib/rspec/rewind/retry_decision.rb', line 18 def failure_fingerprint @failure_fingerprint end |
#metadata ⇒ Object
Returns the value of attribute metadata
18 19 20 |
# File 'lib/rspec/rewind/retry_decision.rb', line 18 def @metadata end |
#retries ⇒ Object
Returns the value of attribute retries
18 19 20 |
# File 'lib/rspec/rewind/retry_decision.rb', line 18 def retries @retries end |
#sleep_total ⇒ Object
Returns the value of attribute sleep_total
18 19 20 |
# File 'lib/rspec/rewind/retry_decision.rb', line 18 def sleep_total @sleep_total end |