Class: Kitsune::Kit::SecretStores::Store
- Inherits:
-
Object
- Object
- Kitsune::Kit::SecretStores::Store
- Defined in:
- lib/kitsune/kit/secret_stores/store.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#configured?(name) ⇒ Boolean
8 |
# File 'lib/kitsune/kit/secret_stores/store.rb', line 8 def configured?(name) = raise NotImplementedError |
#fetch(name, required: true) ⇒ Object
7 |
# File 'lib/kitsune/kit/secret_stores/store.rb', line 7 def fetch(name, required: true) = raise NotImplementedError |