Module: ConfigurationService

Defined in:
lib/configuration_service.rb,
lib/configuration_service/base.rb,
lib/configuration_service/test.rb,
lib/configuration_service/errors.rb,
lib/configuration_service/factory.rb,
lib/configuration_service/version.rb,
lib/configuration_service/provider.rb,
lib/configuration_service/configuration.rb,
lib/configuration_service/provider/stub.rb,
lib/configuration_service/test/response.rb,
lib/configuration_service/provider/broken.rb,
lib/configuration_service/provider_registry.rb,
lib/configuration_service/test/orchestrator.rb,
lib/configuration_service/provider/stub_store.rb,
lib/configuration_service/factory/environment_context.rb,
lib/configuration_service/test/orchestration_provider.rb,
lib/configuration_service/test/stub_orchestration_provider.rb,
lib/configuration_service/factory/environment_context/env_dict.rb,
lib/configuration_service/test/orchestration_provider_registry.rb,
lib/configuration_service/test/orchestrator_environment_factory.rb

Overview

See Base.

Defined Under Namespace

Modules: Factory, Provider, Test Classes: AuthorizationError, Base, Configuration, ConfigurationNotFoundError, Error, ProviderNotFoundError, ProviderRegistry

Constant Summary collapse

VERSION =
"2.1.1"

Class Method Summary collapse

Class Method Details

.new(identifier, token, provider) ⇒ Object

Creates a new Base



18
19
20
# File 'lib/configuration_service.rb', line 18

def self.new(identifier, token, provider)
  ConfigurationService::Base.new(identifier, token, provider)
end