Method: OpenC3::Secrets#delete
- Defined in:
- lib/openc3/utilities/secrets.rb
#delete(key, secret_store: nil, scope:) ⇒ Object
46 47 48 |
# File 'lib/openc3/utilities/secrets.rb', line 46 def delete(key, secret_store: nil, scope:) raise NotImplementedError, "#{self.class} has not implemented method '#{__method__}'" end |