Class: MaxMind::GeoIP2::Model::Insights
- Defined in:
- lib/maxmind/geoip2/model/insights.rb
Overview
Model class for the data returned by the GeoIP2 Insights web service.
See dev.maxmind.com/geoip/docs/web-services?lang=en for more details.
Instance Attribute Summary collapse
-
#anonymizer ⇒ MaxMind::GeoIP2::Record::Anonymizer
readonly
Data indicating whether the IP address is part of an anonymizing network.
Attributes inherited from City
#city, #location, #postal, #subdivisions
Attributes inherited from Country
#continent, #country, #maxmind, #registered_country, #represented_country, #traits
Method Summary
Methods inherited from City
Instance Attribute Details
#anonymizer ⇒ MaxMind::GeoIP2::Record::Anonymizer (readonly)
Data indicating whether the IP address is part of an anonymizing network.
18 19 20 |
# File 'lib/maxmind/geoip2/model/insights.rb', line 18 def anonymizer @anonymizer end |