Class: Kettle::Dev::MarkdownReferenceValidator::Issue
- Inherits:
-
Struct
- Object
- Struct
- Kettle::Dev::MarkdownReferenceValidator::Issue
- Defined in:
- lib/kettle/dev/markdown_reference_validator.rb
Instance Attribute Summary collapse
-
#line ⇒ Object
Returns the value of attribute line.
-
#message ⇒ Object
Returns the value of attribute message.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#line ⇒ Object
Returns the value of attribute line
15 16 17 |
# File 'lib/kettle/dev/markdown_reference_validator.rb', line 15 def line @line end |
#message ⇒ Object
Returns the value of attribute message
15 16 17 |
# File 'lib/kettle/dev/markdown_reference_validator.rb', line 15 def @message end |
#path ⇒ Object
Returns the value of attribute path
15 16 17 |
# File 'lib/kettle/dev/markdown_reference_validator.rb', line 15 def path @path end |