Class: VaultTree::DecryptionKey

Inherits:
Keyword
  • Object
show all
Defined in:
lib/vault-tree/keywords/decryption_key.rb

Instance Attribute Summary

Attributes inherited from Keyword

#arg_array, #vault

Instance Method Summary collapse

Methods inherited from Keyword

#contract, #initialize, #post_initialize

Constructor Details

This class inherits a constructor from VaultTree::Keyword

Instance Method Details

#evaluateObject



4
5
6
# File 'lib/vault-tree/keywords/decryption_key.rb', line 4

def evaluate
  LockSmith.new().generate_private_key
end