module IpApi

Constants

VERSION

Public Class Methods

info(*args) click to toggle source
# File lib/ip_api.rb, line 8
def self.info(*args)
  @client ||= Client.new
  @client.fetch(*args)
end