Class: Shhh::App::Commands::EncryptDecrypt
- Includes:
 - Shhh
 
- Defined in:
 - lib/shhh/app/commands/encrypt_decrypt.rb
 
Constant Summary
Constants included from Shhh
Instance Method Summary collapse
Constructor Details
This class inherits a constructor from Shhh::App::Commands::Command
Instance Method Details
#execute ⇒ Object
      14 15 16  | 
    
      # File 'lib/shhh/app/commands/encrypt_decrypt.rb', line 14 def execute send(application.action, content, application.key) end  |