Class: AtlasEngine::AddressImporter::ImportEventsNotifier::Base
- Inherits:
-
Object
- Object
- AtlasEngine::AddressImporter::ImportEventsNotifier::Base
- Extended by:
- T::Helpers, T::Sig
- Defined in:
- app/models/atlas_engine/address_importer/import_events_notifier/base.rb
Direct Known Subclasses
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(client: nil) ⇒ Base
constructor
A new instance of Base.
- #notify(event:) ⇒ Object
Constructor Details
#initialize(client: nil) ⇒ Base
Returns a new instance of Base.
22 23 24 |
# File 'app/models/atlas_engine/address_importer/import_events_notifier/base.rb', line 22 def initialize(client: nil) @client = client end |
Class Method Details
.instance ⇒ Object
16 17 18 |
# File 'app/models/atlas_engine/address_importer/import_events_notifier/base.rb', line 16 def instance T.unsafe(self).new end |
Instance Method Details
#notify(event:) ⇒ Object
31 |
# File 'app/models/atlas_engine/address_importer/import_events_notifier/base.rb', line 31 def notify(event:); end |