Sha256: 91c961c61847c9177a65aae6148862d0955ae974cbb57582b40c8b3075d13a55
Contents?: true
Size: 406 Bytes
Versions: 54
Compression:
Stored size: 406 Bytes
Contents
# frozen_string_literal: true module Decidim module Core # This interface represents a attachable object. module AttachableInterface include Decidim::Api::Types::BaseInterface description "An interface that can be used in objects with attachments" field :attachments, [Decidim::Core::AttachmentType, { null: true }], "This object's attachments", null: false end end end
Version data entries
54 entries across 54 versions & 1 rubygems