Sha256: 4af4b78aa09e871ade00b35d78c4a9ac10d3cd2c900c37273698432b680cf16b

Contents?: true

Size: 123 Bytes

Versions: 1

Compression:

Stored size: 123 Bytes

Contents

# frozen_string_literal: true

module Trellodon
  List = Struct.new("List", :id, :board_id, :name, keyword_init: true)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trellodon-0.4.0 lib/trellodon/entities/list.rb