Sha256: b6bc6f1317fa6486267fbfb6c0b29cb328d14d96899e3ef713c51ef2cb046672

Contents?: true

Size: 150 Bytes

Versions: 1

Compression:

Stored size: 150 Bytes

Contents

# frozen_string_literal: true

module Trellodon
  Attachment = Struct.new("Attachment", :file_name, :mime_type, :bytes, :url, keyword_init: true)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trellodon-0.1.0 lib/trellodon/entities/attachment.rb