Class: KairosMcp::SkillsParser::Section
- Inherits:
-
Struct
- Object
- Struct
- KairosMcp::SkillsParser::Section
- Defined in:
- lib/kairos_mcp/skills_parser.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#id ⇒ Object
Returns the value of attribute id.
-
#title ⇒ Object
Returns the value of attribute title.
-
#use_when ⇒ Object
Returns the value of attribute use_when.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
5 6 7 |
# File 'lib/kairos_mcp/skills_parser.rb', line 5 def content @content end |
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'lib/kairos_mcp/skills_parser.rb', line 5 def id @id end |
#title ⇒ Object
Returns the value of attribute title
5 6 7 |
# File 'lib/kairos_mcp/skills_parser.rb', line 5 def title @title end |
#use_when ⇒ Object
Returns the value of attribute use_when
5 6 7 |
# File 'lib/kairos_mcp/skills_parser.rb', line 5 def use_when @use_when end |