# File lib/fog/vcloud_director/generators/compute/vapp.rb, line 14 def generate_xml attrs = @attrs Nokogiri::XML::Builder.new do VApp('xmlns' => 'http://www.vmware.com/vcloud/v1.5', 'name' => name ) { Description options[:Description] if options.key?(:Description) } end.to_xml end
Generated with the Darkfish Rdoc Generator 2.