Class: Xberg::DoctorReport

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDoctorReport

Returns a new instance of DoctorReport.

Parameters:



566
# File 'sig/types.rbs', line 566

def initialize: (?checks: Array[DoctorCheck]) -> void

Instance Attribute Details

#checksArray[DoctorCheck] (readonly)

Returns the value of attribute checks.

Returns:



564
565
566
# File 'sig/types.rbs', line 564

def checks
  @checks
end

Instance Method Details

#is_okBoolean

Returns:

  • (Boolean)


567
# File 'sig/types.rbs', line 567

def is_ok: () -> bool