Sha256: 7a8b764cec1b0b7441d39957fd197babd2a5b39911076aa17cc747273b79398d
Contents?: true
Size: 130 Bytes
Versions: 4
Compression:
Stored size: 130 Bytes
Contents
# frozen_string_literal: true module Trellodon Checklist = Struct.new("Checklist", :id, :name, :items, keyword_init: true) end
Version data entries
4 entries across 4 versions & 1 rubygems