Class: MockServer::MCP::ToolDef Private
- Inherits:
-
Struct
- Object
- Struct
- MockServer::MCP::ToolDef
- Defined in:
- lib/mockserver/mcp.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#input_schema ⇒ Object
Returns the value of attribute input_schema.
-
#name ⇒ Object
Returns the value of attribute name.
-
#response_content ⇒ Object
Returns the value of attribute response_content.
-
#response_is_error ⇒ Object
Returns the value of attribute response_is_error.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
79 80 81 |
# File 'lib/mockserver/mcp.rb', line 79 def description @description end |
#input_schema ⇒ Object
Returns the value of attribute input_schema
79 80 81 |
# File 'lib/mockserver/mcp.rb', line 79 def input_schema @input_schema end |
#name ⇒ Object
Returns the value of attribute name
79 80 81 |
# File 'lib/mockserver/mcp.rb', line 79 def name @name end |
#response_content ⇒ Object
Returns the value of attribute response_content
79 80 81 |
# File 'lib/mockserver/mcp.rb', line 79 def response_content @response_content end |
#response_is_error ⇒ Object
Returns the value of attribute response_is_error
79 80 81 |
# File 'lib/mockserver/mcp.rb', line 79 def response_is_error @response_is_error end |