Class: SkillBench::Services::TemplateRegistry::CategoryData
- Inherits:
-
Data
- Object
- Data
- SkillBench::Services::TemplateRegistry::CategoryData
- 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
-
#code_template ⇒ Object
readonly
Returns the value of attribute code_template.
-
#criteria ⇒ Object
readonly
Returns the value of attribute criteria.
-
#pattern ⇒ Object
readonly
Returns the value of attribute pattern.
-
#requirements ⇒ Object
readonly
Returns the value of attribute requirements.
Instance Attribute Details
#code_template ⇒ Object (readonly)
Returns the value of attribute code_template
7 8 9 |
# File 'lib/skill_bench/services/template_registry/category_data.rb', line 7 def code_template @code_template end |
#criteria ⇒ Object (readonly)
Returns the value of attribute criteria
7 8 9 |
# File 'lib/skill_bench/services/template_registry/category_data.rb', line 7 def criteria @criteria end |
#pattern ⇒ Object (readonly)
Returns the value of attribute pattern
7 8 9 |
# File 'lib/skill_bench/services/template_registry/category_data.rb', line 7 def pattern @pattern end |
#requirements ⇒ Object (readonly)
Returns the value of attribute requirements
7 8 9 |
# File 'lib/skill_bench/services/template_registry/category_data.rb', line 7 def requirements @requirements end |