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