Module: Synapse::Configuration::Dependent

Extended by:
ActiveSupport::Concern
Defined in:
lib/synapse/configuration/dependent.rb

Overview

Mixin for an object defines its dependencies so that they can be auto-injected by the service container after it has been instantiated

Note that this only supports setter injection

Defined Under Namespace

Modules: ClassMethods