Class: Bitferry::Rclone::Decrypt
Constant Summary
Constants inherited
from Encryption
Encryption::PROCESS
Instance Method Summary
collapse
Methods inherited from Encryption
#configure, #create, #initialize, #install_token, new, #obtain_token, #process, #process_options, #restore, restore
Instance Method Details
#arguments(task) ⇒ Object
812
|
# File 'lib/bitferry.rb', line 812
def arguments(task) = super + [':crypt:', decrypted(task).root.to_s]
|
#decrypted(task) ⇒ Object
803
|
# File 'lib/bitferry.rb', line 803
def decrypted(task) = task.destination
|
#encrypted(task) ⇒ Object
800
|
# File 'lib/bitferry.rb', line 800
def encrypted(task) = task.source
|
#externalize ⇒ Object
806
|
# File 'lib/bitferry.rb', line 806
def externalize = super.merge(operation: :decrypt)
|
#show_operation ⇒ Object
809
|
# File 'lib/bitferry.rb', line 809
def show_operation = 'decrypt+'
|