abuse-the-force/lib/abusetheforce/xmltemplates.rb

13 lines
358 B
Ruby

module AbuseTheForce
XML_STATIC_RESOURCE = <<-eos
<?xml version="1.0" encoding="UTF-8"?>
<StaticResource xmlns="http://soap.sforce.com/2006/04/metadata">
<cacheControl>Public</cacheControl>
<contentType>application/zip</contentType>
<description>Static resource uploaded with Abuse the Force</description>
</StaticResource>
eos
end