Method: Gaku::Grading::Collection::Calculations#initialize

Defined in:
lib/gaku/grading/collection/calculations.rb

#initialize(grading_method, students, exam, gradable_scope) ⇒ Calculations

Returns a new instance of Calculations.



8
9
10
11
12
13
14
# File 'lib/gaku/grading/collection/calculations.rb', line 8

def initialize(grading_method, students, exam, gradable_scope)
  @exam            = exam
  @students        = students
  @grading_methods = grading_method
  @gradable_scope  = gradable_scope

end