Class: LLMExperiment::Doctor::Check

Inherits:
Data
  • Object
show all
Defined in:
lib/llm_experiment/doctor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#detailObject (readonly)

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



7
8
9
# File 'lib/llm_experiment/doctor.rb', line 7

def detail
  @detail
end

#hintObject (readonly)

Returns the value of attribute hint

Returns:

  • (Object)

    the current value of hint



7
8
9
# File 'lib/llm_experiment/doctor.rb', line 7

def hint
  @hint
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/llm_experiment/doctor.rb', line 7

def name
  @name
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



7
8
9
# File 'lib/llm_experiment/doctor.rb', line 7

def status
  @status
end