Class: DocOpsLab::MCP::ResourcePack::Resource
- Inherits:
-
Struct
- Object
- Struct
- DocOpsLab::MCP::ResourcePack::Resource
- Defined in:
- lib/docopslab/mcp/resource_pack.rb
Instance Attribute Summary collapse
-
#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.
-
#path ⇒ Object
Returns the value of attribute path.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
7 8 9 |
# File 'lib/docopslab/mcp/resource_pack.rb', line 7 def description @description end |
#mime_type ⇒ Object
Returns the value of attribute mime_type
7 8 9 |
# File 'lib/docopslab/mcp/resource_pack.rb', line 7 def mime_type @mime_type end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/docopslab/mcp/resource_pack.rb', line 7 def name @name end |
#path ⇒ Object
Returns the value of attribute path
7 8 9 |
# File 'lib/docopslab/mcp/resource_pack.rb', line 7 def path @path end |
#uri ⇒ Object
Returns the value of attribute uri
7 8 9 |
# File 'lib/docopslab/mcp/resource_pack.rb', line 7 def uri @uri end |