Class: RSpec::Rewind::RetryDecision::MatchResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/rspec/rewind/retry_decision.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



89
90
91
# File 'lib/rspec/rewind/retry_decision.rb', line 89

def description
  @description
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



89
90
91
# File 'lib/rspec/rewind/retry_decision.rb', line 89

def error
  @error
end

#matchedObject

Returns the value of attribute matched

Returns:

  • (Object)

    the current value of matched



89
90
91
# File 'lib/rspec/rewind/retry_decision.rb', line 89

def matched
  @matched
end

Instance Method Details

#matched?Boolean

Returns:

  • (Boolean)


90
91
92
# File 'lib/rspec/rewind/retry_decision.rb', line 90

def matched?
  matched
end