Sha256: 4d36cd535095d7b82c11e35f4b3be969a218b0c1d21167bfaa3733a46e556f96
Contents?: true
Size: 197 Bytes
Versions: 1
Compression:
Stored size: 197 Bytes
Contents
# frozen_string_literal: true module Trellodon Attachment = Struct.new("Attachment", :file_name, :mime_type, :bytes, :date, :name, :is_upload, :headers, :url, :added_by, keyword_init: true) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
trellodon-0.4.0 | lib/trellodon/entities/attachment.rb |