Method: MaxMind::GeoIP2::Record::Traits#public_proxy?
- Defined in:
- lib/maxmind/geoip2/record/traits.rb
#public_proxy? ⇒ Boolean
This is true if the IP address belongs to a public proxy. This property is only available from Insights.
150 151 152 |
# File 'lib/maxmind/geoip2/record/traits.rb', line 150 def public_proxy? get('is_public_proxy') end |