Class: Kward::Transport::ExecutionProfile
- Inherits:
-
Data
- Object
- Data
- Kward::Transport::ExecutionProfile
- Defined in:
- lib/kward/transport.rb
Instance Attribute Summary collapse
-
#allowed_tools ⇒ Object
readonly
Returns the value of attribute allowed_tools.
-
#approval_mode ⇒ Object
readonly
Returns the value of attribute approval_mode.
-
#attachments ⇒ Object
readonly
Returns the value of attribute attachments.
-
#disabled_tools ⇒ Object
readonly
Returns the value of attribute disabled_tools.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#memory ⇒ Object
readonly
Returns the value of attribute memory.
-
#plugin_commands ⇒ Object
readonly
Returns the value of attribute plugin_commands.
-
#prompt_context ⇒ Object
readonly
Returns the value of attribute prompt_context.
-
#tool_mode ⇒ Object
readonly
Returns the value of attribute tool_mode.
-
#workspace_mode ⇒ Object
readonly
Returns the value of attribute workspace_mode.
Instance Attribute Details
#allowed_tools ⇒ Object (readonly)
Returns the value of attribute allowed_tools
34 35 36 |
# File 'lib/kward/transport.rb', line 34 def allowed_tools @allowed_tools end |
#approval_mode ⇒ Object (readonly)
Returns the value of attribute approval_mode
34 35 36 |
# File 'lib/kward/transport.rb', line 34 def approval_mode @approval_mode end |
#attachments ⇒ Object (readonly)
Returns the value of attribute attachments
34 35 36 |
# File 'lib/kward/transport.rb', line 34 def @attachments end |
#disabled_tools ⇒ Object (readonly)
Returns the value of attribute disabled_tools
34 35 36 |
# File 'lib/kward/transport.rb', line 34 def disabled_tools @disabled_tools end |
#id ⇒ Object (readonly)
Returns the value of attribute id
34 35 36 |
# File 'lib/kward/transport.rb', line 34 def id @id end |
#memory ⇒ Object (readonly)
Returns the value of attribute memory
34 35 36 |
# File 'lib/kward/transport.rb', line 34 def memory @memory end |
#plugin_commands ⇒ Object (readonly)
Returns the value of attribute plugin_commands
34 35 36 |
# File 'lib/kward/transport.rb', line 34 def plugin_commands @plugin_commands end |
#prompt_context ⇒ Object (readonly)
Returns the value of attribute prompt_context
34 35 36 |
# File 'lib/kward/transport.rb', line 34 def prompt_context @prompt_context end |
#tool_mode ⇒ Object (readonly)
Returns the value of attribute tool_mode
34 35 36 |
# File 'lib/kward/transport.rb', line 34 def tool_mode @tool_mode end |
#workspace_mode ⇒ Object (readonly)
Returns the value of attribute workspace_mode
34 35 36 |
# File 'lib/kward/transport.rb', line 34 def workspace_mode @workspace_mode end |