Sha256: 603db250b140aed821e9e2899ab5d657b47a2c4e0ad16403906f983884e30502
Contents?: true
Size: 238 Bytes
Versions: 4
Compression:
Stored size: 238 Bytes
Contents
module Iprofiler module Api module QueryMethods def company_lookup(options={}) get(company_lookup_path, options) end private def company_lookup_path "/ip.json" end end end end
Version data entries
4 entries across 4 versions & 1 rubygems