class ProxyAPI::Salt

def initialize(args)

def initialize(args)
  @url = "#{args[:url]}/salt/"
  super args
end