Class: Vixen::CommandLine::Resume
- Defined in:
- lib/vixen/command_line/resume.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#elapsed_time, #host, #initialize, #new_line_after, #print, #puts, #vms
Constructor Details
This class inherits a constructor from Vixen::CommandLine::Base
Instance Method Details
#execute ⇒ Object
4 5 6 |
# File 'lib/vixen/command_line/resume.rb', line 4 def execute puts "Resume is not yet implemented" end |