Class: Xberg::DoctorCheck
- Inherits:
-
Object
- Object
- Xberg::DoctorCheck
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#message ⇒ String
readonly
Returns the value of attribute message.
-
#name ⇒ String
readonly
Returns the value of attribute name.
-
#status ⇒ enum_ProbeStatus
readonly
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize ⇒ DoctorCheck
constructor
A new instance of DoctorCheck.
Constructor Details
#initialize ⇒ DoctorCheck
Returns a new instance of DoctorCheck.
560 |
# File 'sig/types.rbs', line 560
def initialize: (name: String, status: enum_ProbeStatus, message: String) -> void
|
Instance Attribute Details
#message ⇒ String (readonly)
Returns the value of attribute message.
558 559 560 |
# File 'sig/types.rbs', line 558 def @message end |
#name ⇒ String (readonly)
Returns the value of attribute name.
556 557 558 |
# File 'sig/types.rbs', line 556 def name @name end |
#status ⇒ enum_ProbeStatus (readonly)
Returns the value of attribute status.
557 558 559 |
# File 'sig/types.rbs', line 557 def status @status end |