Class: Slidict::Lint::Finding
- Inherits:
-
Struct
- Object
- Struct
- Slidict::Lint::Finding
- Defined in:
- lib/slidict/lint/finding.rb
Overview
A single diagnostic produced by the linter: which slide it concerns, how severe it is ("warning" blocks understanding, "info" is a suggestion), and the human-readable message to show the user.
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#severity ⇒ Object
Returns the value of attribute severity.
-
#slide ⇒ Object
Returns the value of attribute slide.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
8 9 10 |
# File 'lib/slidict/lint/finding.rb', line 8 def @message end |
#severity ⇒ Object
Returns the value of attribute severity
8 9 10 |
# File 'lib/slidict/lint/finding.rb', line 8 def severity @severity end |
#slide ⇒ Object
Returns the value of attribute slide
8 9 10 |
# File 'lib/slidict/lint/finding.rb', line 8 def @slide end |