Class: MockServer::MCP::ResourceDef Private

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



81
82
83
# File 'lib/mockserver/mcp.rb', line 81

def content
  @content
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



81
82
83
# File 'lib/mockserver/mcp.rb', line 81

def description
  @description
end

#mime_typeObject

Returns the value of attribute mime_type

Returns:

  • (Object)

    the current value of mime_type



81
82
83
# File 'lib/mockserver/mcp.rb', line 81

def mime_type
  @mime_type
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



81
82
83
# File 'lib/mockserver/mcp.rb', line 81

def name
  @name
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



81
82
83
# File 'lib/mockserver/mcp.rb', line 81

def uri
  @uri
end