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
83 84 85 86 |
# File 'lib/pact_broker/config/runtime_configuration_logging_methods.rb', line 83 def self.included(receiver) receiver.extend ClassMethods receiver.send :include, InstanceMethods end |