class ForemanDebian::Command::Stop

Public Instance Methods

execute() click to toggle source
# File lib/foreman_debian/command/stop.rb, line 4
def execute
  get_engine.stop
end