Class: Pikuri::Skill::Catalog::Skill
- Inherits:
-
Data
- Object
- Data
- Pikuri::Skill::Catalog::Skill
- 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
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#location ⇒ Object
readonly
Returns the value of attribute location.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body
33 34 35 |
# File 'lib/pikuri/skill/catalog.rb', line 33 def body @body end |
#description ⇒ Object (readonly)
Returns the value of attribute description
33 34 35 |
# File 'lib/pikuri/skill/catalog.rb', line 33 def description @description end |
#location ⇒ Object (readonly)
Returns the value of attribute location
33 34 35 |
# File 'lib/pikuri/skill/catalog.rb', line 33 def location @location end |
#name ⇒ Object (readonly)
Returns the value of attribute name
33 34 35 |
# File 'lib/pikuri/skill/catalog.rb', line 33 def name @name end |