Skip to content

Instantly share code, notes, and snippets.

# Description:
# Do something when an alert is received on the timeline
#
# Dependencies:
# None
#
# Configuration:
# None
#
# Commands:
@nategrieb
nategrieb / vo.rb
Created January 28, 2014 18:42 — forked from danielhopkins/vo.rb
#!/usr/bin/env ruby
require 'uri'
require 'net/http'
require "net/https"
require 'optparse'
url_path = "integrations/generic/20131114/alert"
options = {}
public class VOTimeLinePOSTClass{
// Create boolean to be used in test class
public static boolean isApexTest = false;
// Create boolean that differentiates between Opening and Closing a case
public static boolean caseIsClosed = true;