Class: Pandoru::SecretStore::Adapters::Base
- Inherits:
-
Object
- Object
- Pandoru::SecretStore::Adapters::Base
- Defined in:
- lib/pandoru/secret_store.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(runner: DEFAULT_RUNNER) ⇒ Base
constructor
A new instance of Base.
- #name ⇒ Object
Constructor Details
#initialize(runner: DEFAULT_RUNNER) ⇒ Base
Returns a new instance of Base.
81 82 83 |
# File 'lib/pandoru/secret_store.rb', line 81 def initialize(runner: DEFAULT_RUNNER) @runner = runner end |
Instance Method Details
#name ⇒ Object
85 |
# File 'lib/pandoru/secret_store.rb', line 85 def name = self.class.name.split('::').last |