Sha256: 6cb3956ff1b8cabd691d33d24cc87f40f44a31c43c4623f8f763663d5b5520c6

Contents?: true

Size: 285 Bytes

Versions: 13

Compression:

Stored size: 285 Bytes

Contents

module Unimatrix::Archivist

  class ArtifactRelationship < Unimatrix::DynamicResource
    
    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

13 entries across 13 versions & 1 rubygems

Version Path
unimatrix-2.5.0 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-2.4.2 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-2.3.1 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-2.2.1 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-2.1.1 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-2.0.1 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-2.0.0 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-1.4.3 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-1.4.1 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-1.4.0 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-1.2.0 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-1.1.0 lib/unimatrix/archivist/artifact_relationship.rb
unimatrix-1.0.0 lib/unimatrix/archivist/artifact_relationship.rb