Class: CommandTower::Install::Doctor::Finding

Inherits:
Struct
  • Object
show all
Defined in:
lib/command_tower/install/doctor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



15
16
17
# File 'lib/command_tower/install/doctor.rb', line 15

def code
  @code
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



15
16
17
# File 'lib/command_tower/install/doctor.rb', line 15

def message
  @message
end

#remediationObject

Returns the value of attribute remediation

Returns:

  • (Object)

    the current value of remediation



15
16
17
# File 'lib/command_tower/install/doctor.rb', line 15

def remediation
  @remediation
end

#severityObject

Returns the value of attribute severity

Returns:

  • (Object)

    the current value of severity



15
16
17
# File 'lib/command_tower/install/doctor.rb', line 15

def severity
  @severity
end