Sha256: a57053dee321a73603e28f4ef50c5e86fba7812e47404dff92bc9952df563106

Contents?: true

Size: 583 Bytes

Versions: 6

Compression:

Stored size: 583 Bytes

Contents

module Hydra
  module PCDM
    # A container for configuration options (note configuration is not yet determined).
    module Config
      INDEXING_MEMBER_IDS_KEY = 'member_ids_ssim'.freeze
      def self.indexing_member_ids_key
        INDEXING_MEMBER_IDS_KEY
      end

      INDEXING_COLLECTION_IDS_KEY = 'collection_ids_ssim'.freeze
      def self.indexing_collection_ids_key
        INDEXING_COLLECTION_IDS_KEY
      end

      INDEXING_OBJECT_IDS_KEY = 'object_ids_ssim'.freeze
      def self.indexing_object_ids_key
        INDEXING_OBJECT_IDS_KEY
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hydra-pcdm-0.8.2 lib/hydra/pcdm/config.rb
hydra-pcdm-0.8.1 lib/hydra/pcdm/config.rb
hydra-pcdm-0.8.0 lib/hydra/pcdm/config.rb
hydra-pcdm-0.8.0.beta1 lib/hydra/pcdm/config.rb
hydra-pcdm-0.7.0 lib/hydra/pcdm/config.rb
hydra-pcdm-0.6.0 lib/hydra/pcdm/config.rb