Class: Dorothy::Doro_VSM::VirtualBox
- Inherits:
-
Object
- Object
- Dorothy::Doro_VSM::VirtualBox
- 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
- #check_internet ⇒ Object
- #copy_file ⇒ Object
- #exec_file ⇒ Object
- #get_status ⇒ Object
-
#initialize ⇒ VirtualBox
constructor
A new instance of VirtualBox.
- #revert_vm ⇒ Object
- #screenshot ⇒ Object
Constructor Details
#initialize ⇒ VirtualBox
Returns a new instance of VirtualBox.
135 136 137 |
# File 'lib/dorothy2/VSM.rb', line 135 def initialize end |
Instance Method Details
#check_internet ⇒ Object
151 152 153 |
# File 'lib/dorothy2/VSM.rb', line 151 def check_internet end |
#copy_file ⇒ Object
143 144 145 |
# File 'lib/dorothy2/VSM.rb', line 143 def copy_file end |
#exec_file ⇒ Object
147 148 149 |
# File 'lib/dorothy2/VSM.rb', line 147 def exec_file end |
#get_status ⇒ Object
155 156 157 |
# File 'lib/dorothy2/VSM.rb', line 155 def get_status end |
#revert_vm ⇒ Object
139 140 141 |
# File 'lib/dorothy2/VSM.rb', line 139 def revert_vm end |
#screenshot ⇒ Object
159 160 161 |
# File 'lib/dorothy2/VSM.rb', line 159 def screenshot end |