class MaxMind::GeoIP2::Record::MaxMind
Contains data about your account.
This record is returned by all location services.
Public Instance Methods
queries_remaining()
click to toggle source
The number of remaining queries you have for the service you are calling.
@return [Integer, nil]
# File lib/maxmind/geoip2/record/maxmind.rb, line 15 def queries_remaining get('queries_remaining') end