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

Returns:

  • (Object)

    the current value of filename



8
9
10
# File 'lib/haml_i18n_lint/linter.rb', line 8

def filename
  @filename
end

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



8
9
10
# File 'lib/haml_i18n_lint/linter.rb', line 8

def node
  @node
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



8
9
10
# File 'lib/haml_i18n_lint/linter.rb', line 8

def text
  @text
end