struct Athena::Config::ConfigurationResolver
- Athena::Config::ConfigurationResolver
- Struct
- Value
- Object
Overview
See Athena::Config::ConfigurationResolverInterface
.
Included Modules
Defined in:
configuration_resolver.crConstructors
Instance Method Summary
- #initialize
-
#resolve(_type : _)
Resolves the configuration object for the given _type.
-
#resolve : ACF::Base
Returns the
ACF::Base
configuration object.
Instance methods inherited from module Athena::Config::ConfigurationResolverInterface
resolve(_type : _)resolve : ACF::Base resolve
Constructor Detail
Instance Method Detail
def resolve(_type : _)
#
Description copied from module Athena::Config::ConfigurationResolverInterface
Resolves the configuration object for the given _type.
Raises a NotImplementedError
if no #resolve
method exists for the given _type.