Class: Sym::App::Commands::EncryptDecrypt

Inherits:
Command
  • Object
show all
Includes:
Sym
Defined in:
lib/sym/app/commands/encrypt_decrypt.rb

Constant Summary

Constants included from Sym

VERSION

Instance Method Summary collapse

Constructor Details

This class inherits a constructor from Sym::App::Commands::Command

Instance Method Details

#executeObject



14
15
16
# File 'lib/sym/app/commands/encrypt_decrypt.rb', line 14

def execute
  send(application.action, content, application.key)
end