Class: ForemanDebian::Command::Uninstall

Inherits:
ForemanDebian::Command show all
Defined in:
lib/foreman_debian/command/uninstall.rb

Instance Method Summary collapse

Methods inherited from ForemanDebian::Command

#get_engine

Instance Method Details

#executeObject



4
5
6
# File 'lib/foreman_debian/command/uninstall.rb', line 4

def execute
  get_engine.uninstall
end