Class: ActionMCP::RegistryBase::RegistryScope::Item

Inherits:
Data
  • Object
show all
Defined in:
lib/action_mcp/registry_base.rb

Overview

Using a Data type for items.

Instance Attribute Summary collapse

Instance Attribute Details

#klassObject (readonly)

Returns the value of attribute klass



110
111
112
# File 'lib/action_mcp/registry_base.rb', line 110

def klass
  @klass
end

#nameObject (readonly)

Returns the value of attribute name



110
111
112
# File 'lib/action_mcp/registry_base.rb', line 110

def name
  @name
end