module LeadRouter

Constants

VERSION

Public Class Methods

new(host, user, token) click to toggle source
# File lib/lead_router.rb, line 6
def self.new(host, user, token)
  LeadRouter::Client.new(host, user, token)
end