Sha256: b8953ec140c4347b70f33fe9a76c5dbf03023f8516d1299f6571af64801b9440

Contents?: true

Size: 123 Bytes

Versions: 4

Compression:

Stored size: 123 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
trellodon-0.3.0 lib/trellodon/entities/list.rb
trellodon-0.2.1 lib/trellodon/entities/list.rb
trellodon-0.2.0 lib/trellodon/entities/list.rb
trellodon-0.1.0 lib/trellodon/entities/list.rb