Sha256: f339dcbb11ff0d1002d453fc499861407bdfa3f5674f9a8ca17dfc18b25cbed4
Contents?: true
Size: 305 Bytes
Versions: 7
Compression:
Stored size: 305 Bytes
Contents
module Logistics module Core class OperationDocumentSerializer < ActiveModel::Serializer attributes :id, :operation_id, :document, :original, :copy, :certified, :is_mandatory, :is_accepted, :source, :file, :user_id, :user_name, :date_accepted, :acceptor_name end end end
Version data entries
7 entries across 7 versions & 1 rubygems