Class: DocOpsLab::MCP::ResourcePack::Resource

Inherits:
Struct
  • Object
show all
Defined in:
lib/docopslab/mcp/resource_pack.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



7
8
9
# File 'lib/docopslab/mcp/resource_pack.rb', line 7

def description
  @description
end

#mime_typeObject

Returns the value of attribute mime_type

Returns:

  • (Object)

    the current value of mime_type



7
8
9
# File 'lib/docopslab/mcp/resource_pack.rb', line 7

def mime_type
  @mime_type
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/docopslab/mcp/resource_pack.rb', line 7

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



7
8
9
# File 'lib/docopslab/mcp/resource_pack.rb', line 7

def path
  @path
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



7
8
9
# File 'lib/docopslab/mcp/resource_pack.rb', line 7

def uri
  @uri
end