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