Class: MaxMind::GeoIP2::Record::MaxMind

Inherits:
Abstract
  • Object
show all
Defined in:
lib/maxmind/geoip2/record/maxmind.rb

Overview

Contains data about your account.

This record is returned by all location services.

Instance Method Summary collapse

Instance Method Details

#queries_remainingInteger?

The number of remaining queries you have for the service you are calling.

Returns:

  • (Integer, nil)


15
16
17
# File 'lib/maxmind/geoip2/record/maxmind.rb', line 15

def queries_remaining
  get('queries_remaining')
end