Class: Precursor::HashVault
Overview
Vault that reads config data from passed hash
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Vault
Instance Method Summary collapse
-
#initialize(hash) ⇒ HashVault
constructor
A new instance of HashVault.
Methods inherited from Vault
Constructor Details
#initialize(hash) ⇒ HashVault
Returns a new instance of HashVault.
8 9 10 11 |
# File 'lib/hash_vault.rb', line 8 def initialize(hash) super() @store = hash end |