Class: LLMExperiment::Doctor::Check
- Inherits:
-
Data
- Object
- Data
- LLMExperiment::Doctor::Check
- Defined in:
- lib/llm_experiment/doctor.rb
Instance Attribute Summary collapse
-
#detail ⇒ Object
readonly
Returns the value of attribute detail.
-
#hint ⇒ Object
readonly
Returns the value of attribute hint.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#detail ⇒ Object (readonly)
Returns the value of attribute detail
7 8 9 |
# File 'lib/llm_experiment/doctor.rb', line 7 def detail @detail end |
#hint ⇒ Object (readonly)
Returns the value of attribute hint
7 8 9 |
# File 'lib/llm_experiment/doctor.rb', line 7 def hint @hint end |
#name ⇒ Object (readonly)
Returns the value of attribute name
7 8 9 |
# File 'lib/llm_experiment/doctor.rb', line 7 def name @name end |
#status ⇒ Object (readonly)
Returns the value of attribute status
7 8 9 |
# File 'lib/llm_experiment/doctor.rb', line 7 def status @status end |