Class: Dorothy::Doro_VSM::VirtualBox

Inherits:
Object
  • Object
show all
Defined in:
lib/dorothy2/VSM.rb

Overview

Empty method for showing how it could be easy to extend the dorothy’s VSM with another virtual manager.

Instance Method Summary collapse

Constructor Details

#initializeVirtualBox

Returns a new instance of VirtualBox.



95
96
97
# File 'lib/dorothy2/VSM.rb', line 95

def initialize

end

Instance Method Details

#check_internetObject



111
112
113
# File 'lib/dorothy2/VSM.rb', line 111

def check_internet

end

#copy_fileObject



103
104
105
# File 'lib/dorothy2/VSM.rb', line 103

def copy_file

end

#exec_fileObject



107
108
109
# File 'lib/dorothy2/VSM.rb', line 107

def exec_file

end

#get_statusObject



115
116
117
# File 'lib/dorothy2/VSM.rb', line 115

def get_status

end

#revert_vmObject



99
100
101
# File 'lib/dorothy2/VSM.rb', line 99

def revert_vm

end

#screenshotObject



119
120
121
# File 'lib/dorothy2/VSM.rb', line 119

def screenshot

end