Class: MaquinaComponents::Doctor::Finding
- Inherits:
-
Struct
- Object
- Struct
- MaquinaComponents::Doctor::Finding
- Defined in:
- lib/maquina_components/doctor.rb
Instance Attribute Summary collapse
-
#line ⇒ Object
Returns the value of attribute line.
-
#path ⇒ Object
Returns the value of attribute path.
-
#rule ⇒ Object
Returns the value of attribute rule.
-
#severity ⇒ Object
Returns the value of attribute severity.
-
#source ⇒ Object
Returns the value of attribute source.
-
#suggestion ⇒ Object
Returns the value of attribute suggestion.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#line ⇒ Object
Returns the value of attribute line
17 18 19 |
# File 'lib/maquina_components/doctor.rb', line 17 def line @line end |
#path ⇒ Object
Returns the value of attribute path
17 18 19 |
# File 'lib/maquina_components/doctor.rb', line 17 def path @path end |
#rule ⇒ Object
Returns the value of attribute rule
17 18 19 |
# File 'lib/maquina_components/doctor.rb', line 17 def rule @rule end |
#severity ⇒ Object
Returns the value of attribute severity
17 18 19 |
# File 'lib/maquina_components/doctor.rb', line 17 def severity @severity end |
#source ⇒ Object
Returns the value of attribute source
17 18 19 |
# File 'lib/maquina_components/doctor.rb', line 17 def source @source end |
#suggestion ⇒ Object
Returns the value of attribute suggestion
17 18 19 |
# File 'lib/maquina_components/doctor.rb', line 17 def suggestion @suggestion end |
#version ⇒ Object
Returns the value of attribute version
17 18 19 |
# File 'lib/maquina_components/doctor.rb', line 17 def version @version end |