NAME

Geo::Location::IP::Record::MaxMind - MaxMind account data

VERSION

version 0.002

SYNOPSIS

my $maxmind = Geo::Location::IP::Record::MaxMind->new(
  queries_remaining => 9999,
);

DESCRIPTION

This class contains data returned from a web service query.

All fields may be undefined.

SUBROUTINES/METHODS

new

my $maxmind = Geo::Location::IP::Record::MaxMind->new(
  queries_remaining => 9999,
);

Creates a new MaxMind record.

queries_remaining

my $queries_remaining = $maxmind->queries_remaining;

Returns the number of queries remaining for a web service end point.

DIAGNOSTICS

None.

CONFIGURATION AND ENVIRONMENT

None.

DEPENDENCIES

None.

INCOMPATIBILITIES

None.

BUGS AND LIMITATIONS

None known.

AUTHOR

Andreas Vögele <voegelas@cpan.org>

LICENSE AND COPYRIGHT

Copyright (C) 2025 Andreas Vögele

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.