Class: RailsAiBridge::Registry::SkillEntry

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



13
# File 'lib/rails_ai_bridge/registry/tile_manifest.rb', line 13

SkillEntry = Data.define(:path, :description, :tags)

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



13
# File 'lib/rails_ai_bridge/registry/tile_manifest.rb', line 13

SkillEntry = Data.define(:path, :description, :tags)

#tagsObject (readonly)

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



13
# File 'lib/rails_ai_bridge/registry/tile_manifest.rb', line 13

SkillEntry = Data.define(:path, :description, :tags)