Method: MaxMind::GeoIP2::Model::AnonymousIP#ip_address

Defined in:
lib/maxmind/geoip2/model/anonymous_ip.rb

#ip_addressString

The IP address that the data in the model is for.

Returns:

  • (String)


38
39
40
# File 'lib/maxmind/geoip2/model/anonymous_ip.rb', line 38

def ip_address
  get('ip_address')
end