Module: Hyrax::Ingest::HasDepositor
- Included in:
- BatchRunner, Ingester::Base, Runner
- Defined in:
- lib/hyrax/ingest/has_depositor.rb
Class Method Summary collapse
Class Method Details
.included(mod) ⇒ Object
8 9 10 |
# File 'lib/hyrax/ingest/has_depositor.rb', line 8 def HasDepositor.included(mod) attr_accessor :depositor end |