Method: MaxMind::GeoIP2::Model::AnonymousIP#ip_address
- Defined in:
- lib/maxmind/geoip2/model/anonymous_ip.rb
#ip_address ⇒ String
The IP address that the data in the model is for.
38 39 40 |
# File 'lib/maxmind/geoip2/model/anonymous_ip.rb', line 38 def ip_address get('ip_address') end |