Class: SpecGuard::RSpec::ViolationRenderer::Entry
- Inherits:
-
Data
- Object
- Data
- SpecGuard::RSpec::ViolationRenderer::Entry
- Defined in:
- lib/specguard/rspec/violation_renderer.rb
Overview
One rendered line, plus where it came from and where it sorts.
pointer is the node the reference attributes the message to, which
for an additional-property violation is the parent object rather than
json_schemer's data_pointer.
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#pointer ⇒ Object
readonly
Returns the value of attribute pointer.
-
#sort_key ⇒ Object
readonly
Returns the value of attribute sort_key.
-
#type_mismatch ⇒ Object
readonly
Returns the value of attribute type_mismatch.
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message
98 99 100 |
# File 'lib/specguard/rspec/violation_renderer.rb', line 98 def @message end |
#pointer ⇒ Object (readonly)
Returns the value of attribute pointer
98 99 100 |
# File 'lib/specguard/rspec/violation_renderer.rb', line 98 def pointer @pointer end |
#sort_key ⇒ Object (readonly)
Returns the value of attribute sort_key
98 99 100 |
# File 'lib/specguard/rspec/violation_renderer.rb', line 98 def sort_key @sort_key end |
#type_mismatch ⇒ Object (readonly)
Returns the value of attribute type_mismatch
98 99 100 |
# File 'lib/specguard/rspec/violation_renderer.rb', line 98 def type_mismatch @type_mismatch end |