Class: AbstractImporter::Reporters::NullReporter

Inherits:
BaseReporter
  • Object
show all
Defined in:
lib/abstract_importer/reporters/null_reporter.rb

Instance Attribute Summary

Attributes inherited from BaseReporter

#io

Instance Method Summary collapse

Methods inherited from BaseReporter

#batch_inserted, #count_error, #count_notice, #finish_collection, #finish_teardown, #initialize, #record_created, #record_failed, #record_skipped

Constructor Details

This class inherits a constructor from AbstractImporter::Reporters::BaseReporter

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