Class: Sym::App::Commands::Encrypt
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- Sym::App::Commands::Encrypt
- Includes:
- Sym
- Defined in:
- lib/sym/app/commands/encrypt.rb
Constant Summary
Constants included from Sym
BASH_COMPLETION, COMPLETION_FILE, COMPLETION_PATH, DESCRIPTION, ENV_ARGS_VARIABLE_NAME, LOGGER, NIL_LOGGER, VERSION
Instance Method Summary collapse
Constructor Details
This class inherits a constructor from Sym::App::Commands::BaseCommand
Instance Method Details
#execute ⇒ Object
14 15 16 |
# File 'lib/sym/app/commands/encrypt.rb', line 14 def execute send(application.action, content, application.key) end |