Module: ConfigurationService::Factory::EnvironmentContext::BackwardCompatibility::ClassMethods

Defined in:
lib/configuration_service/factory/environment_context/backward_compatibility.rb

Instance Method Summary collapse

Instance Method Details

#createObject

Deprecated.

Return a configuration service bootstrapped with environmental configuration

Instantiates a new factory with the process ENV and the DEFAULT_PREFIX and uses it to create a configuration service.



67
68
69
# File 'lib/configuration_service/factory/environment_context/backward_compatibility.rb', line 67

def create
  new.create
end