Class: MockServer::MCP::PromptArg Private
- Inherits:
-
Struct
- Object
- Struct
- MockServer::MCP::PromptArg
- 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.
-
#name ⇒ Object
Returns the value of attribute name.
-
#required ⇒ Object
Returns the value of attribute required.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
83 84 85 |
# File 'lib/mockserver/mcp.rb', line 83 def description @description end |
#name ⇒ Object
Returns the value of attribute name
83 84 85 |
# File 'lib/mockserver/mcp.rb', line 83 def name @name end |
#required ⇒ Object
Returns the value of attribute required
83 84 85 |
# File 'lib/mockserver/mcp.rb', line 83 def required @required end |