Module: EnvConfiguration::Adapter
- Defined in:
- lib/env_configuration/adapter/base.rb,
lib/env_configuration/adapter/yaml_adapter.rb,
lib/env_configuration/adapter/dot_env_adapter.rb,
lib/env_configuration/adapter/aws_ssm_parameter_store_adapter.rb
Defined Under Namespace
Classes: AwsSsmParameterStoreAdapter, Base, DotEnvAdapter, YamlAdapter
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options.
3 4 5 |
# File 'lib/env_configuration/adapter/base.rb', line 3 def @options end |