Class: Inch::Evaluation::GradeList
- Inherits:
-
Struct
- Object
- Struct
- Inch::Evaluation::GradeList
- Extended by:
- Forwardable
- Defined in:
- lib/inch/evaluation/grade_list.rb
Overview
These objects associate a grade with a group of objects
Instance Attribute Summary collapse
-
#grade ⇒ Object
Returns the value of attribute grade.
-
#objects ⇒ Object
Returns code_objects that received a score with the defined
scores
.
Instance Attribute Details
#grade ⇒ Object
Returns the value of attribute grade
6 7 8 |
# File 'lib/inch/evaluation/grade_list.rb', line 6 def grade @grade end |
#objects ⇒ Object
Returns code_objects that received a score with the defined scores
13 14 15 |
# File 'lib/inch/evaluation/grade_list.rb', line 13 def objects @objects end |