Class: MaquinaComponents::Doctor::Finding

Inherits:
Struct
  • Object
show all
Defined in:
lib/maquina_components/doctor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



14
15
16
# File 'lib/maquina_components/doctor.rb', line 14

def line
  @line
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



14
15
16
# File 'lib/maquina_components/doctor.rb', line 14

def path
  @path
end

#ruleObject

Returns the value of attribute rule

Returns:

  • (Object)

    the current value of rule



14
15
16
# File 'lib/maquina_components/doctor.rb', line 14

def rule
  @rule
end

#severityObject

Returns the value of attribute severity

Returns:

  • (Object)

    the current value of severity



14
15
16
# File 'lib/maquina_components/doctor.rb', line 14

def severity
  @severity
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



14
15
16
# File 'lib/maquina_components/doctor.rb', line 14

def source
  @source
end

#suggestionObject

Returns the value of attribute suggestion

Returns:

  • (Object)

    the current value of suggestion



14
15
16
# File 'lib/maquina_components/doctor.rb', line 14

def suggestion
  @suggestion
end