class Hyrax::Ingest::Ingester::Base
Public Class Methods
new(config={})
click to toggle source
# File lib/hyrax/ingest/ingester/base.rb, line 19 def initialize(config={}) self.depositor = config.delete(:depositor) end
Public Instance Methods
run!()
click to toggle source
no-op, meant to be overrriden
# File lib/hyrax/ingest/ingester/base.rb, line 24 def run!; end