Class: RSpec::Rewind::RetryDecision::MatchResult
- Inherits:
-
Struct
- Object
- Struct
- RSpec::Rewind::RetryDecision::MatchResult
- Defined in:
- lib/rspec/rewind/retry_decision.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#error ⇒ Object
Returns the value of attribute error.
-
#matched ⇒ Object
Returns the value of attribute matched.
Instance Method Summary collapse
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
89 90 91 |
# File 'lib/rspec/rewind/retry_decision.rb', line 89 def description @description end |
#error ⇒ Object
Returns the value of attribute error
89 90 91 |
# File 'lib/rspec/rewind/retry_decision.rb', line 89 def error @error end |
#matched ⇒ Object
Returns the value of attribute matched
89 90 91 |
# File 'lib/rspec/rewind/retry_decision.rb', line 89 def matched @matched end |
Instance Method Details
#matched? ⇒ Boolean
90 91 92 |
# File 'lib/rspec/rewind/retry_decision.rb', line 90 def matched? matched end |