Class: MockServer::MCP::PromptMessage Private
- Inherits:
-
Struct
- Object
- Struct
- MockServer::MCP::PromptMessage
- 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
-
#role ⇒ Object
Returns the value of attribute role.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#role ⇒ Object
Returns the value of attribute role
85 86 87 |
# File 'lib/mockserver/mcp.rb', line 85 def role @role end |
#text ⇒ Object
Returns the value of attribute text
85 86 87 |
# File 'lib/mockserver/mcp.rb', line 85 def text @text end |