Class: Hitch::MCP::Internal::RegistryRuntime::CallResolution
- Inherits:
-
Data
- Object
- Data
- Hitch::MCP::Internal::RegistryRuntime::CallResolution
- Defined in:
- app/models/hitch/mcp/internal/registry_runtime.rb
Instance Attribute Summary collapse
-
#required_scopes ⇒ Object
readonly
Returns the value of attribute required_scopes.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#tool ⇒ Object
readonly
Returns the value of attribute tool.
Instance Attribute Details
#required_scopes ⇒ Object (readonly)
Returns the value of attribute required_scopes
39 40 41 |
# File 'app/models/hitch/mcp/internal/registry_runtime.rb', line 39 def required_scopes @required_scopes end |
#status ⇒ Object (readonly)
Returns the value of attribute status
39 40 41 |
# File 'app/models/hitch/mcp/internal/registry_runtime.rb', line 39 def status @status end |
#tool ⇒ Object (readonly)
Returns the value of attribute tool
39 40 41 |
# File 'app/models/hitch/mcp/internal/registry_runtime.rb', line 39 def tool @tool end |