class AbstractImporter::Reporters::NullReporter

Public Instance Methods

finish_all(importer, ms) click to toggle source
# File lib/abstract_importer/reporters/null_reporter.rb, line 8
def finish_all(importer, ms)
end
finish_setup(importer, ms) click to toggle source
# File lib/abstract_importer/reporters/null_reporter.rb, line 11
def finish_setup(importer, ms)
end
start_all(importer) click to toggle source
# File lib/abstract_importer/reporters/null_reporter.rb, line 5
def start_all(importer)
end
start_collection(collection) click to toggle source
# File lib/abstract_importer/reporters/null_reporter.rb, line 14
def start_collection(collection)
end