Class: Xberg::DoctorReport
- Inherits:
-
Object
- Object
- Xberg::DoctorReport
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#checks ⇒ Array[DoctorCheck]
readonly
Returns the value of attribute checks.
Instance Method Summary collapse
-
#initialize ⇒ DoctorReport
constructor
A new instance of DoctorReport.
- #is_ok ⇒ Boolean
Constructor Details
#initialize ⇒ DoctorReport
Returns a new instance of DoctorReport.
566 |
# File 'sig/types.rbs', line 566 def initialize: (?checks: Array[DoctorCheck]) -> void |
Instance Attribute Details
#checks ⇒ Array[DoctorCheck] (readonly)
Returns the value of attribute checks.
564 565 566 |
# File 'sig/types.rbs', line 564 def checks @checks end |
Instance Method Details
#is_ok ⇒ Boolean
567 |
# File 'sig/types.rbs', line 567 def is_ok: () -> bool |