Class: AtlasEngine::AddressImporter::ImportEventsNotifier::Notifier

Inherits:
Base
  • Object
show all
Extended by:
T::Helpers, T::Sig
Includes:
Singleton
Defined in:
app/models/atlas_engine/address_importer/import_events_notifier/notifier.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize, instance

Constructor Details

This class inherits a constructor from AtlasEngine::AddressImporter::ImportEventsNotifier::Base

Instance Method Details

#notify(event:) ⇒ Object



18
19
20
21
22
# File 'app/models/atlas_engine/address_importer/import_events_notifier/notifier.rb', line 18

def notify(event:)
  # do nothing,
  # The Host application can define its own notifier by configuring
  # AtlasEngine.address_importer_notifier = MyCustomNotifier
end