Class: Shhh::App::Commands::DeleteKeychainItem
- Defined in:
- lib/shhh/app/commands/delete_keychain_item.rb
Instance Method Summary collapse
Constructor Details
This class inherits a constructor from Shhh::App::Commands::Command
Instance Method Details
#execute ⇒ Object
11 12 13 |
# File 'lib/shhh/app/commands/delete_keychain_item.rb', line 11 def execute Shhh::App::KeyChain.new(opts[:keychain_del]).delete end |