Class: KairosMcp::SkillsParser::Section

Inherits:
Struct
  • Object
show all
Defined in:
lib/kairos_mcp/skills_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



5
6
7
# File 'lib/kairos_mcp/skills_parser.rb', line 5

def content
  @content
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'lib/kairos_mcp/skills_parser.rb', line 5

def id
  @id
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



5
6
7
# File 'lib/kairos_mcp/skills_parser.rb', line 5

def title
  @title
end

#use_whenObject

Returns the value of attribute use_when

Returns:

  • (Object)

    the current value of use_when



5
6
7
# File 'lib/kairos_mcp/skills_parser.rb', line 5

def use_when
  @use_when
end