Skip to content
Kward Search API index

Class: Kward::Transport::ExecutionProfile

Inherits:
Data
  • Object
show all
Defined in:
lib/kward/transport.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_toolsObject (readonly)

Returns the value of attribute allowed_tools

Returns:

  • (Object)

    the current value of allowed_tools



34
35
36
# File 'lib/kward/transport.rb', line 34

def allowed_tools
  @allowed_tools
end

#approval_modeObject (readonly)

Returns the value of attribute approval_mode

Returns:

  • (Object)

    the current value of approval_mode



34
35
36
# File 'lib/kward/transport.rb', line 34

def approval_mode
  @approval_mode
end

#attachmentsObject (readonly)

Returns the value of attribute attachments

Returns:

  • (Object)

    the current value of attachments



34
35
36
# File 'lib/kward/transport.rb', line 34

def attachments
  @attachments
end

#disabled_toolsObject (readonly)

Returns the value of attribute disabled_tools

Returns:

  • (Object)

    the current value of disabled_tools



34
35
36
# File 'lib/kward/transport.rb', line 34

def disabled_tools
  @disabled_tools
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



34
35
36
# File 'lib/kward/transport.rb', line 34

def id
  @id
end

#memoryObject (readonly)

Returns the value of attribute memory

Returns:

  • (Object)

    the current value of memory



34
35
36
# File 'lib/kward/transport.rb', line 34

def memory
  @memory
end

#plugin_commandsObject (readonly)

Returns the value of attribute plugin_commands

Returns:

  • (Object)

    the current value of plugin_commands



34
35
36
# File 'lib/kward/transport.rb', line 34

def plugin_commands
  @plugin_commands
end

#prompt_contextObject (readonly)

Returns the value of attribute prompt_context

Returns:

  • (Object)

    the current value of prompt_context



34
35
36
# File 'lib/kward/transport.rb', line 34

def prompt_context
  @prompt_context
end

#tool_modeObject (readonly)

Returns the value of attribute tool_mode

Returns:

  • (Object)

    the current value of tool_mode



34
35
36
# File 'lib/kward/transport.rb', line 34

def tool_mode
  @tool_mode
end

#workspace_modeObject (readonly)

Returns the value of attribute workspace_mode

Returns:

  • (Object)

    the current value of workspace_mode



34
35
36
# File 'lib/kward/transport.rb', line 34

def workspace_mode
  @workspace_mode
end