Sha256: b3448b05243f1f18f114db1528657e14f509b3281ce5cc28f32833dc90fae1b9
Contents?: true
Size: 526 Bytes
Versions: 16
Compression:
Stored size: 526 Bytes
Contents
module Pina module Models class ProcessedDocument include Virtus.model attribute :gid attribute :external_id attribute :status attribute :table attribute :date attribute :user attribute :number_of_created_documents attribute :document_creation_time attribute :number_of_modified_documents attribute :document_modification_time attribute :number_of_modified_original_documents attribute :original_document_modification_time end end end
Version data entries
16 entries across 16 versions & 1 rubygems