Class: Pandoru::SecretStore::Adapters::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/pandoru/secret_store.rb

Direct Known Subclasses

MacOS, Null, SecretTool, Windows

Instance Method Summary collapse

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

#nameObject



85
# File 'lib/pandoru/secret_store.rb', line 85

def name = self.class.name.split('::').last