struct Cryogen::LockedVault

Defined in:

cryogen/vault.cr

Instance Method Summary

Instance methods inherited from struct Cryogen::Vault

save!(vault_file : String) save!, to_yaml(*args, **options)
to_yaml(*args, **options, &)
to_yaml

Constructor methods inherited from struct Cryogen::Vault

load(vault_file : String) : self load, new(contents : VaultEntry = VaultEntry.empty) new

Instance Method Detail

def merge(modified_vault : self, key : Key) : self #

[View source]
def unlock!(key : Key) : UnlockedVault #

[View source]