Sha256: 682bc2efa303545179d428e9a02958548ed9cefc3b7afbcc19741ef9a2b89f20

Contents?: true

Size: 367 Bytes

Versions: 55

Compression:

Stored size: 367 Bytes

Contents

# frozen_string_literal: true

module Dor
  # Represents the Fedora 3 datastream that hold technical metadata
  class TechnicalMetadataDS < ActiveFedora::OmDatastream
    # This provides the prefix for the solr fields generated by ActiveFedora.
    # Since we don't want a prefix, we override this to return an empty string.
    def prefix
      ''
    end
  end
end

Version data entries

55 entries across 55 versions & 1 rubygems

Version Path
dor-services-9.6.2 lib/dor/datastreams/technical_metadata_ds.rb
dor-services-9.6.1 lib/dor/datastreams/technical_metadata_ds.rb
dor-services-9.6.0 lib/dor/datastreams/technical_metadata_ds.rb
dor-services-9.5.0 lib/dor/datastreams/technical_metadata_ds.rb
dor-services-9.4.0 lib/dor/datastreams/technical_metadata_ds.rb
dor-services-9.3.0 lib/dor/datastreams/technical_metadata_ds.rb
dor-services-9.2.1 lib/dor/datastreams/technical_metadata_ds.rb
dor-services-9.2.0 lib/dor/datastreams/technical_metadata_ds.rb
dor-services-9.1.0 lib/dor/datastreams/technical_metadata_ds.rb
dor-services-9.0.0 lib/dor/datastreams/technical_metadata_ds.rb
dor-services-8.6.0 lib/dor/datastreams/technical_metadata_ds.rb
dor-services-8.5.0 lib/dor/datastreams/technical_metadata_ds.rb
dor-services-8.4.0 lib/dor/datastreams/technical_metadata_ds.rb
dor-services-8.3.0 lib/dor/datastreams/technical_metadata_ds.rb
dor-services-8.2.0 lib/dor/datastreams/technical_metadata_ds.rb
dor-services-8.1.1 lib/dor/datastreams/technical_metadata_ds.rb
dor-services-8.1.0 lib/dor/datastreams/technical_metadata_ds.rb
dor-services-8.0.0 lib/dor/datastreams/technical_metadata_ds.rb
dor-services-7.2.4 lib/dor/datastreams/technical_metadata_ds.rb
dor-services-7.2.3 lib/dor/datastreams/technical_metadata_ds.rb