Sha256: 3be35275fcfd9c9e14aece5e52f2ae158045f166031e5c09c9493919d7a41f7b
Contents?: true
Size: 403 Bytes
Versions: 20
Compression:
Stored size: 403 Bytes
Contents
module Spina module Parts class Attachment < Base attr_json :attachment_id, :integer, default: nil attr_json :signed_blob_id, :string, default: nil attr_json :filename, :string, default: "" def content self end def present? signed_blob_id.present? end def signed_id signed_blob_id end end end end
Version data entries
20 entries across 20 versions & 1 rubygems