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