Class: RailsAiBridge::Registry::SkillEntry
- Inherits:
-
Data
- Object
- Data
- RailsAiBridge::Registry::SkillEntry
- Defined in:
- lib/rails_ai_bridge/registry/tile_manifest.rb
Overview
Metadata entry for a single skill inside a pack's tile manifest.
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#tags ⇒ Object
readonly
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description
13 |
# File 'lib/rails_ai_bridge/registry/tile_manifest.rb', line 13 SkillEntry = Data.define(:path, :description, :tags) |
#path ⇒ Object (readonly)
Returns the value of attribute path
13 |
# File 'lib/rails_ai_bridge/registry/tile_manifest.rb', line 13 SkillEntry = Data.define(:path, :description, :tags) |
#tags ⇒ Object (readonly)
Returns the value of attribute tags
13 |
# File 'lib/rails_ai_bridge/registry/tile_manifest.rb', line 13 SkillEntry = Data.define(:path, :description, :tags) |