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