Method: OpenC3::Secrets#get
- Defined in:
- lib/openc3/utilities/secrets.rb
#get(key, secret_store: nil, scope:) ⇒ Object
38 39 40 |
# File 'lib/openc3/utilities/secrets.rb', line 38 def get(key, secret_store: nil, scope:) return @local_secrets[key] end |