module Totango

Public Class Methods

error_proc() click to toggle source
# File lib/totango-api/client.rb, line 9
def self.error_proc; @error_proc; end
on_error(&x) click to toggle source
# File lib/totango-api/client.rb, line 8
def self.on_error(&x); @error_proc = x; end
timeout() click to toggle source
# File lib/totango-api/client.rb, line 5
def self.timeout; return @timeout; end
timeout=(n) click to toggle source
# File lib/totango-api/client.rb, line 6
def self.timeout=(n); return @timeout=n; end