Module: PactBroker::Config::RuntimeConfigurationLoggingMethods

Included in:
RuntimeConfiguration
Defined in:
lib/pact_broker/config/runtime_configuration_logging_methods.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



70
71
72
73
# File 'lib/pact_broker/config/runtime_configuration_logging_methods.rb', line 70

def self.included(receiver)
  receiver.extend         ClassMethods
  receiver.send :include, InstanceMethods
end