Module: Hydra::PCDM::CollectionBehavior::ClassMethods
- Defined in:
- lib/hydra/pcdm/models/concerns/collection_behavior.rb
Overview
Instance Method Summary collapse
-
#indexer ⇒ Class
The indexer class.
-
#type_validator ⇒ Class
The validator class.
Instance Method Details
#indexer ⇒ Class
Returns the indexer class.
27 28 29 |
# File 'lib/hydra/pcdm/models/concerns/collection_behavior.rb', line 27 def indexer Hydra::PCDM::CollectionIndexer end |
#type_validator ⇒ Class
Returns the validator class.
33 34 35 |
# File 'lib/hydra/pcdm/models/concerns/collection_behavior.rb', line 33 def type_validator Validators::PCDMCollectionValidator end |