Module: Environmentor

Extended by:
Environmentor
Included in:
Environmentor
Defined in:
lib/environmentor.rb,
lib/environmentor/schema.rb,
lib/environmentor/mappers.rb,
lib/environmentor/version.rb,
lib/environmentor/attribute.rb,
lib/environmentor/mappers/env.rb,
lib/environmentor/configurable.rb,
lib/environmentor/mappers/base.rb,
lib/environmentor/type_coercer.rb,
lib/environmentor/config_manager.rb

Defined Under Namespace

Modules: Configurable, Mappers, TypeCoercer Classes: Attribute, ConfigManager, Schema

Constant Summary collapse

VERSION =
"1.0.0"

Instance Method Summary collapse

Instance Method Details

#new_mapper(sym, **opts) ⇒ Object



8
9
10
# File 'lib/environmentor.rb', line 8

def new_mapper(sym, **opts)
  Environmentor::Mappers.new(sym, **opts)
end