Class: Chamber::Keys::Decryption
- Defined in:
- lib/chamber/keys/decryption.rb
Constant Summary collapse
- NAMESPACE_PATTERN =
/ \A # Beginning of Filename \.chamber # Initial Chamber Prefix \. # Pre-Namespace Dot (\w+) # Namespace \.pem # Extension \z # End of Filename /x.freeze
Instance Attribute Summary
Attributes inherited from Base
#filenames, #namespaces, #rootpath
Method Summary
Methods inherited from Base
#as_environment_variables, #initialize, resolve, #resolve
Constructor Details
This class inherits a constructor from Chamber::Keys::Base