Class: Silas::Doctor::Check

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

Overview

status: :pass | :warn | :fail

Instance Attribute Summary collapse

Instance Attribute Details

#detailObject

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



11
12
13
# File 'lib/silas/doctor.rb', line 11

def detail
  @detail
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



11
12
13
# File 'lib/silas/doctor.rb', line 11

def label
  @label
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



11
12
13
# File 'lib/silas/doctor.rb', line 11

def status
  @status
end