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