Class: McpLogs::Docs::Tool

Inherits:
Data
  • Object
show all
Defined in:
app/models/mcp_logs/docs.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



10
11
12
# File 'app/models/mcp_logs/docs.rb', line 10

def description
  @description
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'app/models/mcp_logs/docs.rb', line 10

def name
  @name
end

#paramsObject (readonly)

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



10
11
12
# File 'app/models/mcp_logs/docs.rb', line 10

def params
  @params
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



10
11
12
# File 'app/models/mcp_logs/docs.rb', line 10

def title
  @title
end