Sha256: 60aa5d258aa88011faed5253da555d6bbcf82a20e5c8abbf2200178fb4f69f80
Contents?: true
Size: 334 Bytes
Versions: 9
Compression:
Stored size: 334 Bytes
Contents
module Logistics module Core class AdditionalDocumentSerializer < ActiveModel::Serializer attributes :id, :documentable_id, :documentable_type, :document_type_id, :document_type_name, :transaction_type_id, :transaction_type_name, :original, :copy, :certified, :is_endorsed, :is_mandatory end end end
Version data entries
9 entries across 9 versions & 1 rubygems