Class: ActiveFedora::Persistence::NullIdentifierService

Inherits:
Object
  • Object
show all
Defined in:
lib/active_fedora/persistence/null_identifier_service.rb

Overview

An identifier service that doesn’t mint IDs, so that the autocreated identifiers from Fedora will be used.

Instance Method Summary collapse

Instance Method Details

#mintNilClass

Effectively a no-op

Returns:

  • (NilClass)


8
# File 'lib/active_fedora/persistence/null_identifier_service.rb', line 8

def mint; end