Class: RSpec::RetryDecisionResult
- Inherits:
-
Struct
- Object
- Struct
- RSpec::RetryDecisionResult
- Defined in:
- sig/rspec/rewind.rbs
Instance Attribute Summary collapse
-
#allowed ⇒ Boolean
Returns the value of attribute allowed.
-
#matched_retry_on ⇒ String?
Returns the value of attribute matched_retry_on.
-
#matched_skip_retry_on ⇒ String?
Returns the value of attribute matched_skip_retry_on.
-
#matcher_error ⇒ String?
Returns the value of attribute matcher_error.
-
#reason ⇒ Symbol
Returns the value of attribute reason.
Instance Method Summary collapse
Instance Attribute Details
#allowed ⇒ Boolean
Returns the value of attribute allowed.
234 235 236 |
# File 'sig/rspec/rewind.rbs', line 234 def allowed @allowed end |
#matched_retry_on ⇒ String?
Returns the value of attribute matched_retry_on.
236 237 238 |
# File 'sig/rspec/rewind.rbs', line 236 def matched_retry_on @matched_retry_on end |
#matched_skip_retry_on ⇒ String?
Returns the value of attribute matched_skip_retry_on.
237 238 239 |
# File 'sig/rspec/rewind.rbs', line 237 def matched_skip_retry_on @matched_skip_retry_on end |
#matcher_error ⇒ String?
Returns the value of attribute matcher_error.
238 239 240 |
# File 'sig/rspec/rewind.rbs', line 238 def matcher_error @matcher_error end |
#reason ⇒ Symbol
Returns the value of attribute reason.
235 236 237 |
# File 'sig/rspec/rewind.rbs', line 235 def reason @reason end |
Instance Method Details
#allowed? ⇒ Boolean
239 |
# File 'sig/rspec/rewind.rbs', line 239
def allowed?: () -> bool
|