demarches-normaliennes/app/lib/dolist/base64_file.rb

4 lines
110 B
Ruby
Raw Normal View History

module Dolist
Base64File = Struct.new(:field_name, :filename, :mime_type, :content, keyword_init: true)
end