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



59
60
61
62
# File 'lib/pact_broker/config/runtime_configuration_logging_methods.rb', line 59

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