Class: RSpec::PathMatchers::Failure Private
- Inherits:
-
Data
- Object
- Data
- RSpec::PathMatchers::Failure
- Defined in:
- lib/rspec/path_matchers.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
A simple, immutable structure to hold failure data internally.
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#relative_path ⇒ Object
readonly
Returns the value of attribute relative_path.
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message
30 31 32 |
# File 'lib/rspec/path_matchers.rb', line 30 def @message end |
#relative_path ⇒ Object (readonly)
Returns the value of attribute relative_path
30 31 32 |
# File 'lib/rspec/path_matchers.rb', line 30 def relative_path @relative_path end |