Class: MarhanCli::VBoxCommand
- Defined in:
- lib/marhan_cli/commands/vbox_command.rb
Instance Method Summary collapse
Instance Method Details
#start ⇒ Object
18 19 20 |
# File 'lib/marhan_cli/commands/vbox_command.rb', line 18 def start execute start_guest end |
#stop ⇒ Object
29 30 31 |
# File 'lib/marhan_cli/commands/vbox_command.rb', line 29 def stop execute stop_guest end |