Class: RSpec::Rewind::RetryDecisionResult
- Inherits:
-
Struct
- Object
- Struct
- RSpec::Rewind::RetryDecisionResult
- Defined in:
- lib/rspec/rewind/retry_decision.rb
Instance Attribute Summary collapse
-
#allowed ⇒ Object
Returns the value of attribute allowed.
-
#matched_retry_on ⇒ Object
Returns the value of attribute matched_retry_on.
-
#matched_skip_retry_on ⇒ Object
Returns the value of attribute matched_skip_retry_on.
-
#matcher_error ⇒ Object
Returns the value of attribute matcher_error.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
Instance Attribute Details
#allowed ⇒ Object
Returns the value of attribute allowed
5 6 7 |
# File 'lib/rspec/rewind/retry_decision.rb', line 5 def allowed @allowed end |
#matched_retry_on ⇒ Object
Returns the value of attribute matched_retry_on
5 6 7 |
# File 'lib/rspec/rewind/retry_decision.rb', line 5 def matched_retry_on @matched_retry_on end |
#matched_skip_retry_on ⇒ Object
Returns the value of attribute matched_skip_retry_on
5 6 7 |
# File 'lib/rspec/rewind/retry_decision.rb', line 5 def matched_skip_retry_on @matched_skip_retry_on end |
#matcher_error ⇒ Object
Returns the value of attribute matcher_error
5 6 7 |
# File 'lib/rspec/rewind/retry_decision.rb', line 5 def matcher_error @matcher_error end |
#reason ⇒ Object
Returns the value of attribute reason
5 6 7 |
# File 'lib/rspec/rewind/retry_decision.rb', line 5 def reason @reason end |
Instance Method Details
#allowed? ⇒ Boolean
13 14 15 |
# File 'lib/rspec/rewind/retry_decision.rb', line 13 def allowed? allowed end |