Class: CompletionKit::StarterMetrics::Starter
- Inherits:
-
Struct
- Object
- Struct
- CompletionKit::StarterMetrics::Starter
- Defined in:
- app/services/completion_kit/starter_metrics.rb
Instance Attribute Summary collapse
-
#catches ⇒ Object
Returns the value of attribute catches.
-
#description ⇒ Object
Returns the value of attribute description.
-
#instruction ⇒ Object
Returns the value of attribute instruction.
-
#key ⇒ Object
Returns the value of attribute key.
-
#name ⇒ Object
Returns the value of attribute name.
-
#rubric_bands ⇒ Object
Returns the value of attribute rubric_bands.
Instance Attribute Details
#catches ⇒ Object
Returns the value of attribute catches
3 4 5 |
# File 'app/services/completion_kit/starter_metrics.rb', line 3 def catches @catches end |
#description ⇒ Object
Returns the value of attribute description
3 4 5 |
# File 'app/services/completion_kit/starter_metrics.rb', line 3 def description @description end |
#instruction ⇒ Object
Returns the value of attribute instruction
3 4 5 |
# File 'app/services/completion_kit/starter_metrics.rb', line 3 def instruction @instruction end |
#key ⇒ Object
Returns the value of attribute key
3 4 5 |
# File 'app/services/completion_kit/starter_metrics.rb', line 3 def key @key end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'app/services/completion_kit/starter_metrics.rb', line 3 def name @name end |
#rubric_bands ⇒ Object
Returns the value of attribute rubric_bands
3 4 5 |
# File 'app/services/completion_kit/starter_metrics.rb', line 3 def rubric_bands @rubric_bands end |