Class: ZeroMcp::Registry::RouteDefinition
- Inherits:
-
Struct
- Object
- Struct
- ZeroMcp::Registry::RouteDefinition
- Defined in:
- lib/zeromcp/registry.rb
Instance Attribute Summary collapse
-
#method ⇒ Object
Returns the value of attribute method.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#tool ⇒ Object
Returns the value of attribute tool.
Instance Attribute Details
#method ⇒ Object
Returns the value of attribute method
9 10 11 |
# File 'lib/zeromcp/registry.rb', line 9 def method @method end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/zeromcp/registry.rb', line 9 def name @name end |
#path ⇒ Object
Returns the value of attribute path
9 10 11 |
# File 'lib/zeromcp/registry.rb', line 9 def path @path end |
#tool ⇒ Object
Returns the value of attribute tool
9 10 11 |
# File 'lib/zeromcp/registry.rb', line 9 def tool @tool end |