Class: SkillBench::Services::TemplateRegistry::CategoryData

Inherits:
Data
  • Object
show all
Defined in:
lib/skill_bench/services/template_registry/category_data.rb

Overview

Value object holding all template data for a single category.

Instance Attribute Summary collapse

Instance Attribute Details

#code_templateObject (readonly)

Returns the value of attribute code_template

Returns:

  • (Object)

    the current value of code_template



7
8
9
# File 'lib/skill_bench/services/template_registry/category_data.rb', line 7

def code_template
  @code_template
end

#criteriaObject (readonly)

Returns the value of attribute criteria

Returns:

  • (Object)

    the current value of criteria



7
8
9
# File 'lib/skill_bench/services/template_registry/category_data.rb', line 7

def criteria
  @criteria
end

#patternObject (readonly)

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



7
8
9
# File 'lib/skill_bench/services/template_registry/category_data.rb', line 7

def pattern
  @pattern
end

#requirementsObject (readonly)

Returns the value of attribute requirements

Returns:

  • (Object)

    the current value of requirements



7
8
9
# File 'lib/skill_bench/services/template_registry/category_data.rb', line 7

def requirements
  @requirements
end