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
14 15 16 |
# File 'lib/active_fedora/indexing_service.rb', line 14 def initialize(obj) @object = obj end |