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.
Instance Attribute Details
#line ⇒ Object
Returns the value of attribute line
14 15 16 |
# File 'lib/maquina_components/doctor.rb', line 14 def line @line end |
#path ⇒ Object
Returns the value of attribute path
14 15 16 |
# File 'lib/maquina_components/doctor.rb', line 14 def path @path end |
#rule ⇒ Object
Returns the value of attribute rule
14 15 16 |
# File 'lib/maquina_components/doctor.rb', line 14 def rule @rule end |
#severity ⇒ Object
Returns the value of attribute severity
14 15 16 |
# File 'lib/maquina_components/doctor.rb', line 14 def severity @severity end |
#source ⇒ Object
Returns the value of attribute source
14 15 16 |
# File 'lib/maquina_components/doctor.rb', line 14 def source @source end |
#suggestion ⇒ Object
Returns the value of attribute suggestion
14 15 16 |
# File 'lib/maquina_components/doctor.rb', line 14 def suggestion @suggestion end |