Virt::Guest
# File lib/virt/vmware/guest.rb, line 4 def initialize options = {} super(options) @volume = Volume.new options @interface ||= Interface.new options end
# File lib/virt/vmware/guest.rb, line 12 def default_template_path "vmware/guest.xml.erb" end