Class: LcpRuby::Tasks::Doctor::Finding

Inherits:
Struct
  • Object
show all
Defined in:
lib/lcp_ruby/tasks/doctor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hintObject

Returns the value of attribute hint

Returns:

  • (Object)

    the current value of hint



46
47
48
# File 'lib/lcp_ruby/tasks/doctor.rb', line 46

def hint
  @hint
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



46
47
48
# File 'lib/lcp_ruby/tasks/doctor.rb', line 46

def message
  @message
end

#sectionObject

Returns the value of attribute section

Returns:

  • (Object)

    the current value of section



46
47
48
# File 'lib/lcp_ruby/tasks/doctor.rb', line 46

def section
  @section
end

#severityObject

Returns the value of attribute severity

Returns:

  • (Object)

    the current value of severity



46
47
48
# File 'lib/lcp_ruby/tasks/doctor.rb', line 46

def severity
  @severity
end