Class: Silas::Doctor::Check
- Inherits:
-
Struct
- Object
- Struct
- Silas::Doctor::Check
- Defined in:
- lib/silas/doctor.rb
Overview
status: :pass | :warn | :fail
Instance Attribute Summary collapse
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#label ⇒ Object
Returns the value of attribute label.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#detail ⇒ Object
Returns the value of attribute detail
11 12 13 |
# File 'lib/silas/doctor.rb', line 11 def detail @detail end |
#label ⇒ Object
Returns the value of attribute label
11 12 13 |
# File 'lib/silas/doctor.rb', line 11 def label @label end |
#status ⇒ Object
Returns the value of attribute status
11 12 13 |
# File 'lib/silas/doctor.rb', line 11 def status @status end |