module Hydra::PCDM::CollectionBehavior::ClassMethods
@see ActiveSupport::Concern
Public Instance Methods
indexer()
click to toggle source
@return [Class] the indexer class
# File lib/hydra/pcdm/models/concerns/collection_behavior.rb, line 27 def indexer Hydra::PCDM::CollectionIndexer end
type_validator()
click to toggle source
@return [Class] the validator class
# File lib/hydra/pcdm/models/concerns/collection_behavior.rb, line 33 def type_validator Validators::PCDMCollectionValidator end