Class: Reedb::VaultConfig
- Inherits:
-
Object
- Object
- Reedb::VaultConfig
- Defined in:
- lib/reedb/config.rb
Instance Method Summary collapse
-
#initialize(master) ⇒ VaultConfig
constructor
Takes the containing vault as a parameter.
Constructor Details
#initialize(master) ⇒ VaultConfig
Takes the containing vault as a parameter
16 17 18 19 20 |
# File 'lib/reedb/config.rb', line 16 def initialize(master) @secure_cypher = "" @head = {} @body = {} end |