Class: RailsAiBridge::Registry::LoadedPack
- Inherits:
-
Data
- Object
- Data
- RailsAiBridge::Registry::LoadedPack
- Defined in:
- lib/rails_ai_bridge/registry/resolver.rb
Overview
A loaded pack representing a registered repository.
Instance Attribute Summary collapse
-
#base_path ⇒ Object
readonly
Returns the value of attribute base_path.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#priority ⇒ Object
readonly
Returns the value of attribute priority.
-
#tile ⇒ Object
readonly
Returns the value of attribute tile.
Instance Attribute Details
#base_path ⇒ Object (readonly)
Returns the value of attribute base_path
17 |
# File 'lib/rails_ai_bridge/registry/resolver.rb', line 17 LoadedPack = Data.define(:name, :tile, :base_path, :priority) |
#name ⇒ Object (readonly)
Returns the value of attribute name
17 |
# File 'lib/rails_ai_bridge/registry/resolver.rb', line 17 LoadedPack = Data.define(:name, :tile, :base_path, :priority) |
#priority ⇒ Object (readonly)
Returns the value of attribute priority
17 |
# File 'lib/rails_ai_bridge/registry/resolver.rb', line 17 LoadedPack = Data.define(:name, :tile, :base_path, :priority) |
#tile ⇒ Object (readonly)
Returns the value of attribute tile
17 |
# File 'lib/rails_ai_bridge/registry/resolver.rb', line 17 LoadedPack = Data.define(:name, :tile, :base_path, :priority) |