Sha256: cb7b7eb75be8d3769a7553c18a891ff3e1191794937a5eeb35a7da317b4a3068
Contents?: true
Size: 208 Bytes
Versions: 3
Compression:
Stored size: 208 Bytes
Contents
# frozen_string_literal: true module Trellodon Card = Struct.new("Card", :id, :short_id, :name, :desc, :list_id, :labels, :comments, :attachments, :checklists, :last_activity_date, keyword_init: true) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
trellodon-0.3.0 | lib/trellodon/entities/card.rb |
trellodon-0.2.1 | lib/trellodon/entities/card.rb |
trellodon-0.2.0 | lib/trellodon/entities/card.rb |