Class: MarhanCli::VBoxCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/marhan_cli/commands/vbox_command.rb

Instance Method Summary collapse

Instance Method Details

#startObject



18
19
20
# File 'lib/marhan_cli/commands/vbox_command.rb', line 18

def start
  execute start_guest
end

#stopObject



29
30
31
# File 'lib/marhan_cli/commands/vbox_command.rb', line 29

def stop
  execute stop_guest
end