Module: AwsSecretsManager::Config::ClassMethods
- Defined in:
- lib/aws_secrets_manager/config.rb
Instance Method Summary collapse
Instance Method Details
#config ⇒ Object
12 13 14 |
# File 'lib/aws_secrets_manager/config.rb', line 12 def config @config ||= Configuration.new end |
#configure {|config| ... } ⇒ Object
16 17 18 |
# File 'lib/aws_secrets_manager/config.rb', line 16 def configure yield config end |