mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
2 lines
93 B
Ruby
2 lines
93 B
Ruby
class Score < Struct.new(:average, :meets_teacher_threshold?, :meets_student_threshold?)
|
|
end
|