Class: AbstractImporter::Reporters::NullReporter
Instance Attribute Summary
Attributes inherited from BaseReporter
#io
Instance Method Summary
collapse
#batch_inserted, #count_error, #count_notice, #finish_collection, #finish_teardown, #initialize, #record_created, #record_failed, #record_skipped
Instance Method Details
#finish_all(importer, ms) ⇒ Object
8
9
|
# File 'lib/abstract_importer/reporters/null_reporter.rb', line 8
def finish_all(importer, ms)
end
|
#finish_setup(importer, ms) ⇒ Object
11
12
|
# File 'lib/abstract_importer/reporters/null_reporter.rb', line 11
def finish_setup(importer, ms)
end
|
#start_all(importer) ⇒ Object
5
6
|
# File 'lib/abstract_importer/reporters/null_reporter.rb', line 5
def start_all(importer)
end
|
#start_collection(collection) ⇒ Object
14
15
|
# File 'lib/abstract_importer/reporters/null_reporter.rb', line 14
def start_collection(collection)
end
|