Method: MaxMind::GeoIP2::Record::Traits#isp

Defined in:
lib/maxmind/geoip2/record/traits.rb

#ispString?

The name of the ISP associated with the IP address. This attribute is only available from the City Plus and Insights web services and the Enterprise database.

Returns:

  • (String, nil)


176
177
178
# File 'lib/maxmind/geoip2/record/traits.rb', line 176

def isp
  get('isp')
end