Class: CommandTower::Install::Doctor::Finding
- Inherits:
-
Struct
- Object
- Struct
- CommandTower::Install::Doctor::Finding
- Defined in:
- lib/command_tower/install/doctor.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#message ⇒ Object
Returns the value of attribute message.
-
#remediation ⇒ Object
Returns the value of attribute remediation.
-
#severity ⇒ Object
Returns the value of attribute severity.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
15 16 17 |
# File 'lib/command_tower/install/doctor.rb', line 15 def code @code end |
#message ⇒ Object
Returns the value of attribute message
15 16 17 |
# File 'lib/command_tower/install/doctor.rb', line 15 def @message end |
#remediation ⇒ Object
Returns the value of attribute remediation
15 16 17 |
# File 'lib/command_tower/install/doctor.rb', line 15 def remediation @remediation end |
#severity ⇒ Object
Returns the value of attribute severity
15 16 17 |
# File 'lib/command_tower/install/doctor.rb', line 15 def severity @severity end |