Class: Inch::Evaluation::GradeList

Inherits:
Struct
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/inch/evaluation/grade_list.rb

Overview

These objects associate a grade with a group of objects

See Also:

Instance Attribute Summary collapse

Instance Attribute Details

#gradeObject

Returns the value of attribute grade

Returns:

  • (Object)

    the current value of grade



6
7
8
# File 'lib/inch/evaluation/grade_list.rb', line 6

def grade
  @grade
end

#objectsObject

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