Method: MaxMind::GeoIP2::Record::Traits#anonymous?
- Defined in:
- lib/maxmind/geoip2/record/traits.rb
#anonymous? ⇒ Boolean
This is true if the IP address belongs to any sort of anonymous network. This property is only available from Insights.
80 81 82 |
# File 'lib/maxmind/geoip2/record/traits.rb', line 80 def anonymous? get('is_anonymous') end |