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