Class: HamlI18nLint::Linter::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/haml_i18n_lint/linter.rb

Overview

The lint result

Instance Attribute Summary collapse

Instance Attribute Details

#filenameObject

Returns the value of attribute filename



10
11
12
# File 'lib/haml_i18n_lint/linter.rb', line 10

def filename
  @filename
end

#nodeObject

Returns the value of attribute node



10
11
12
# File 'lib/haml_i18n_lint/linter.rb', line 10

def node
  @node
end

#textObject

Returns the value of attribute text



10
11
12
# File 'lib/haml_i18n_lint/linter.rb', line 10

def text
  @text
end