Class: Kitsune::Kit::SecretStores::Store

Inherits:
Object
  • Object
show all
Defined in:
lib/kitsune/kit/secret_stores/store.rb

Direct Known Subclasses

Adapters::FakeSecretStore, Environment

Instance Method Summary collapse

Instance Method Details

#configured?(name) ⇒ Boolean

Returns:

  • (Boolean)

Raises:

  • (NotImplementedError)


8
# File 'lib/kitsune/kit/secret_stores/store.rb', line 8

def configured?(name) = raise NotImplementedError

#fetch(name, required: true) ⇒ Object

Raises:

  • (NotImplementedError)


7
# File 'lib/kitsune/kit/secret_stores/store.rb', line 7

def fetch(name, required: true) = raise NotImplementedError