Class: Xen::Command
- Inherits:
-
Object
- Object
- Xen::Command
- Defined in:
- lib/xen/command.rb
Class Method Summary collapse
Class Method Details
.xm_info ⇒ Object
5 6 7 |
# File 'lib/xen/command.rb', line 5 def self.xm_info `xm info` end |
.xm_list ⇒ Object
2 3 4 |
# File 'lib/xen/command.rb', line 2 def self.xm_list `xm list` end |