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