Class: HamlI18nLint::Linter::Result
- Inherits:
-
Struct
- Object
- Struct
- HamlI18nLint::Linter::Result
- Defined in:
- lib/haml_i18n_lint/linter.rb
Overview
The lint result
Instance Attribute Summary collapse
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#node ⇒ Object
Returns the value of attribute node.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#filename ⇒ Object
Returns the value of attribute filename
8 9 10 |
# File 'lib/haml_i18n_lint/linter.rb', line 8 def filename @filename end |
#node ⇒ Object
Returns the value of attribute node
8 9 10 |
# File 'lib/haml_i18n_lint/linter.rb', line 8 def node @node end |
#text ⇒ Object
Returns the value of attribute text
8 9 10 |
# File 'lib/haml_i18n_lint/linter.rb', line 8 def text @text end |