Class: LcpRuby::Tasks::Doctor::Finding
- Inherits:
-
Struct
- Object
- Struct
- LcpRuby::Tasks::Doctor::Finding
- Defined in:
- lib/lcp_ruby/tasks/doctor.rb
Instance Attribute Summary collapse
-
#hint ⇒ Object
Returns the value of attribute hint.
-
#message ⇒ Object
Returns the value of attribute message.
-
#section ⇒ Object
Returns the value of attribute section.
-
#severity ⇒ Object
Returns the value of attribute severity.
Instance Attribute Details
#hint ⇒ Object
Returns the value of attribute hint
46 47 48 |
# File 'lib/lcp_ruby/tasks/doctor.rb', line 46 def hint @hint end |
#message ⇒ Object
Returns the value of attribute message
46 47 48 |
# File 'lib/lcp_ruby/tasks/doctor.rb', line 46 def @message end |
#section ⇒ Object
Returns the value of attribute section
46 47 48 |
# File 'lib/lcp_ruby/tasks/doctor.rb', line 46 def section @section end |
#severity ⇒ Object
Returns the value of attribute severity
46 47 48 |
# File 'lib/lcp_ruby/tasks/doctor.rb', line 46 def severity @severity end |