Class: Xberg::DoctorCheck

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDoctorCheck

Returns a new instance of DoctorCheck.

Parameters:

  • name: (String)
  • status: (enum_ProbeStatus)
  • message: (String)


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

def initialize: (name: String, status: enum_ProbeStatus, message: String) -> void

Instance Attribute Details

#messageString (readonly)

Returns the value of attribute message.

Returns:

  • (String)


558
559
560
# File 'sig/types.rbs', line 558

def message
  @message
end

#nameString (readonly)

Returns the value of attribute name.

Returns:

  • (String)


556
557
558
# File 'sig/types.rbs', line 556

def name
  @name
end

#statusenum_ProbeStatus (readonly)

Returns the value of attribute status.

Returns:

  • (enum_ProbeStatus)


557
558
559
# File 'sig/types.rbs', line 557

def status
  @status
end