mirror of
https://github.com/ViViDboarder/abuse-the-force.git
synced 2024-11-22 19:56:31 +00:00
13 lines
354 B
Ruby
13 lines
354 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
|