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



17
18
19
# File 'lib/maquina_components/doctor.rb', line 17

def line
  @line
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



17
18
19
# File 'lib/maquina_components/doctor.rb', line 17

def path
  @path
end

#ruleObject

Returns the value of attribute rule

Returns:

  • (Object)

    the current value of rule



17
18
19
# File 'lib/maquina_components/doctor.rb', line 17

def rule
  @rule
end

#severityObject

Returns the value of attribute severity

Returns:

  • (Object)

    the current value of severity



17
18
19
# File 'lib/maquina_components/doctor.rb', line 17

def severity
  @severity
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



17
18
19
# File 'lib/maquina_components/doctor.rb', line 17

def source
  @source
end

#suggestionObject

Returns the value of attribute suggestion

Returns:

  • (Object)

    the current value of suggestion



17
18
19
# File 'lib/maquina_components/doctor.rb', line 17

def suggestion
  @suggestion
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



17
18
19
# File 'lib/maquina_components/doctor.rb', line 17

def version
  @version
end