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.



135
136
137
# File 'lib/dorothy2/VSM.rb', line 135

def initialize

end

Instance Method Details

#check_internetObject



151
152
153
# File 'lib/dorothy2/VSM.rb', line 151

def check_internet

end

#copy_fileObject



143
144
145
# File 'lib/dorothy2/VSM.rb', line 143

def copy_file

end

#exec_fileObject



147
148
149
# File 'lib/dorothy2/VSM.rb', line 147

def exec_file

end

#get_statusObject



155
156
157
# File 'lib/dorothy2/VSM.rb', line 155

def get_status

end

#revert_vmObject



139
140
141
# File 'lib/dorothy2/VSM.rb', line 139

def revert_vm

end

#screenshotObject



159
160
161
# File 'lib/dorothy2/VSM.rb', line 159

def screenshot

end