Sha256: c219380205097025078129e2efaea3badee413740ae01b8f1c0b136da0384fcc

Contents?: true

Size: 278 Bytes

Versions: 20

Compression:

Stored size: 278 Bytes

Contents

module Unimatrix::Archivist

  class ArtifactRelationship < Unimatrix::Resource
    
    field    :id
    field    :uuid
    field    :realm_uuid
    field    :name
    field    :type_name
    field    :artifact_uuid
    
    has_one  :artifact
    has_many :errors

  end

end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
unimatrix-3.4.0 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-3.3.4 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-3.3.3 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-3.3.2 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-3.3.1 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-3.3.0 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-3.2.0 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-3.1.0 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-3.0.0 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-2.9.0 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-2.8.0 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-2.7.1 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-2.7.0 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-2.6.1 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-2.6.0 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-2.5.5 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-2.5.4 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-2.5.3 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-2.5.2 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-2.5.1 lib/unimatrix/archivist/artifact_relationship.rb