module Hydra::PCDM::ObjectBehavior::ClassMethods

@see ActiveSupport::Concern

Public Instance Methods

indexer() click to toggle source

@return [Class] the indexer class

# File lib/hydra/pcdm/models/concerns/object_behavior.rb, line 59
def indexer
  Hydra::PCDM::ObjectIndexer
end
type_validator() click to toggle source

@return [Class] the validator class

# File lib/hydra/pcdm/models/concerns/object_behavior.rb, line 65
def type_validator
  Validators::PCDMObjectValidator
end