Module: Hydra::PCDM::CollectionBehavior::ClassMethods

Defined in:
lib/hydra/pcdm/models/concerns/collection_behavior.rb

Instance Method Summary collapse

Instance Method Details

#indexerObject



22
23
24
# File 'lib/hydra/pcdm/models/concerns/collection_behavior.rb', line 22

def indexer
  Hydra::PCDM::CollectionIndexer
end

#type_validatorObject



26
27
28
# File 'lib/hydra/pcdm/models/concerns/collection_behavior.rb', line 26

def type_validator
  Validators::PCDMCollectionValidator
end