Class: Reedb::VaultConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/reedb/config.rb

Instance Method Summary collapse

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