Class: Shhh::App::Commands::DeleteKeychainItem

Inherits:
Command
  • Object
show all
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

#executeObject



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