Class: Secrets::Parser::Configuration
- Inherits:
-
Object
- Object
- Secrets::Parser::Configuration
- Defined in:
- lib/secrets_parser/parser.rb
Constant Summary collapse
- SETTINGS =
i[s3_client kms_client logger s3].freeze
Instance Method Summary collapse
Instance Method Details
#[]=(key, value) ⇒ Object
20 21 22 |
# File 'lib/secrets_parser/parser.rb', line 20 def []=(key, value) public_send("#{key}=", value) end |