Class: DebugAgent::Config
- Inherits:
-
Struct
- Object
- Struct
- DebugAgent::Config
- Defined in:
- lib/debug_agent/config.rb
Instance Attribute Summary collapse
-
#base_path ⇒ Object
Returns the value of attribute base_path.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#llm ⇒ Object
Returns the value of attribute llm.
Class Method Summary collapse
Instance Attribute Details
#base_path ⇒ Object
Returns the value of attribute base_path
24 25 26 |
# File 'lib/debug_agent/config.rb', line 24 def base_path @base_path end |
#enabled ⇒ Object
Returns the value of attribute enabled
24 25 26 |
# File 'lib/debug_agent/config.rb', line 24 def enabled @enabled end |
#llm ⇒ Object
Returns the value of attribute llm
24 25 26 |
# File 'lib/debug_agent/config.rb', line 24 def llm @llm end |