Class: Pikuri::Skill::Catalog::Skill

Inherits:
Data
  • Object
show all
Defined in:
lib/pikuri/skill/catalog.rb

Overview

A loaded skill record. Bodies are eager-loaded at scan time; SKILL.md files are small and the tool’s hot path stays IO-free.

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



33
34
35
# File 'lib/pikuri/skill/catalog.rb', line 33

def body
  @body
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



33
34
35
# File 'lib/pikuri/skill/catalog.rb', line 33

def description
  @description
end

#locationObject (readonly)

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



33
34
35
# File 'lib/pikuri/skill/catalog.rb', line 33

def location
  @location
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



33
34
35
# File 'lib/pikuri/skill/catalog.rb', line 33

def name
  @name
end