class Match::Encryption::Interface
Public Instance Methods
decrypt_files()
click to toggle source
Call this method to trigger the actual decryption
# File match/lib/match/encryption/interface.rb, line 12 def decrypt_files not_implemented(__method__) end
encrypt_files(password: nil)
click to toggle source
Call this method to trigger the actual encryption
# File match/lib/match/encryption/interface.rb, line 6 def encrypt_files(password: nil) not_implemented(__method__) end