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