Class: DebugAgent::ToolDefinition
- Inherits:
-
Struct
- Object
- Struct
- DebugAgent::ToolDefinition
- Includes:
- ToolDefinitionExt
- Defined in:
- lib/debug_agent/tool_registry.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#func ⇒ Object
Returns the value of attribute func.
-
#name ⇒ Object
Returns the value of attribute name.
-
#params ⇒ Object
Returns the value of attribute params.
Method Summary
Methods included from ToolDefinitionExt
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
10 11 12 |
# File 'lib/debug_agent/tool_registry.rb', line 10 def description @description end |
#func ⇒ Object
Returns the value of attribute func
10 11 12 |
# File 'lib/debug_agent/tool_registry.rb', line 10 def func @func end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/debug_agent/tool_registry.rb', line 10 def name @name end |
#params ⇒ Object
Returns the value of attribute params
10 11 12 |
# File 'lib/debug_agent/tool_registry.rb', line 10 def params @params end |