Class: Mxrb::DoctorCheck
- Inherits:
-
Data
- Object
- Data
- Mxrb::DoctorCheck
- Defined in:
- lib/mxrb/doctor.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Method Summary collapse
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message
6 7 8 |
# File 'lib/mxrb/doctor.rb', line 6 def @message end |
#name ⇒ Object (readonly)
Returns the value of attribute name
6 7 8 |
# File 'lib/mxrb/doctor.rb', line 6 def name @name end |
#status ⇒ Object (readonly)
Returns the value of attribute status
6 7 8 |
# File 'lib/mxrb/doctor.rb', line 6 def status @status end |
Instance Method Details
#ok? ⇒ Boolean
7 |
# File 'lib/mxrb/doctor.rb', line 7 def ok? = status == :ok |