Method: MaxMind::GeoIP2::Model::AnonymousIP#public_proxy?
- Defined in:
- lib/maxmind/geoip2/model/anonymous_ip.rb
#public_proxy? ⇒ Boolean
This is true if the IP address belongs to a public proxy.
54 55 56 |
# File 'lib/maxmind/geoip2/model/anonymous_ip.rb', line 54 def public_proxy? get('is_public_proxy') end |