Class: RubynCode::MCP::Discovery::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/rubyn_code/mcp/discovery.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject (readonly)

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



18
19
20
# File 'lib/rubyn_code/mcp/discovery.rb', line 18

def args
  @args
end

#commandObject (readonly)

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



18
19
20
# File 'lib/rubyn_code/mcp/discovery.rb', line 18

def command
  @command
end

#envObject (readonly)

Returns the value of attribute env

Returns:

  • (Object)

    the current value of env



18
19
20
# File 'lib/rubyn_code/mcp/discovery.rb', line 18

def env
  @env
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



18
19
20
# File 'lib/rubyn_code/mcp/discovery.rb', line 18

def name
  @name
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



18
19
20
# File 'lib/rubyn_code/mcp/discovery.rb', line 18

def source
  @source
end

#urlObject (readonly)

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



18
19
20
# File 'lib/rubyn_code/mcp/discovery.rb', line 18

def url
  @url
end