Class: APIGeoloc::Matcher

Inherits:
Object
  • Object
show all
Defined in:
lib/apigeoloc/matcher.rb

Overview

This is a matcher class used to match ip with geoloc.

Instance Method Summary collapse

Instance Method Details

#phpipam(apiurl, subnet, opts) ⇒ Object

APIGeoloc::Phpipam wrapper



24
25
26
# File 'lib/apigeoloc/matcher.rb', line 24

def phpipam(apiurl, subnet, opts)
  APIGeoloc::Phpipam.new(apiurl, subnet, opts)
end