class APIGeoloc::Matcher
This is a matcher class used to match ip with geoloc.
Public Instance Methods
phpipam(apiurl, subnet, opts)
click to toggle source
APIGeoloc::Phpipam
wrapper
# File lib/apigeoloc/matcher.rb, line 22 def phpipam(apiurl, subnet, opts) APIGeoloc::Phpipam.new(apiurl, subnet, opts) end