mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 15:38:21 -07:00
2 lines
72 B
Ruby
2 lines
72 B
Ruby
class DataAvailability < Struct.new(:id, :description, :available?)
|
|
end
|