Method: ActiveFedora::IndexingService#initialize

Defined in:
lib/active_fedora/indexing_service.rb

#initialize(obj) ⇒ IndexingService

The class of obj must respond to these methods:

inspect
outgoing_reflections

Parameters:

  • obj (#create_date, #modified_date, #has_model, #id, #to_json, #attached_files, #[])


14
15
16
# File 'lib/active_fedora/indexing_service.rb', line 14

def initialize(obj)
  @object = obj
end