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.



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

def initialize

end

Instance Method Details

#check_internetObject



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

def check_internet

end

#copy_fileObject



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

def copy_file

end

#exec_fileObject



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

def exec_file

end

#get_statusObject



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

def get_status

end

#revert_vmObject



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

def revert_vm

end

#screenshotObject



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

def screenshot

end