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