Class: LLM::Shell::Command::Context
- Inherits:
-
Struct
- Object
- Struct
- LLM::Shell::Command::Context
- Defined in:
- lib/llm/shell/command.rb
Instance Attribute Summary collapse
-
#bot ⇒ Object
Returns the value of attribute bot.
-
#io ⇒ Object
Returns the value of attribute io.
Instance Attribute Details
#bot ⇒ Object
Returns the value of attribute bot
6 7 8 |
# File 'lib/llm/shell/command.rb', line 6 def bot @bot end |
#io ⇒ Object
Returns the value of attribute io
6 7 8 |
# File 'lib/llm/shell/command.rb', line 6 def io @io end |