Class: MockServer::MCP::PromptDef Private
- Inherits:
-
Struct
- Object
- Struct
- MockServer::MCP::PromptDef
- 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
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#description ⇒ Object
Returns the value of attribute description.
-
#messages ⇒ Object
Returns the value of attribute messages.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#arguments ⇒ Object
Returns the value of attribute arguments
87 88 89 |
# File 'lib/mockserver/mcp.rb', line 87 def arguments @arguments end |
#description ⇒ Object
Returns the value of attribute description
87 88 89 |
# File 'lib/mockserver/mcp.rb', line 87 def description @description end |
#messages ⇒ Object
Returns the value of attribute messages
87 88 89 |
# File 'lib/mockserver/mcp.rb', line 87 def @messages end |
#name ⇒ Object
Returns the value of attribute name
87 88 89 |
# File 'lib/mockserver/mcp.rb', line 87 def name @name end |