1GeoIP2::Model::ConnectiUosneTrypCeo(n3t)ributed Perl DocGuemoeInPt2a:t:iMoondel::ConnectionType(3)
2
3
4

NAME

6       GeoIP2::Model::ConnectionType - Model class for the GeoIP2 Connection
7       Type database
8

VERSION

10       version 2.006002
11

SYNOPSIS

13         use 5.008;
14
15         use GeoIP2::Model::ConnectionType;
16
17         my $conn = GeoIP2::Model::ConnectionType->new(
18             raw => { connection_type => 'Corporate', ip_address => '24.24.24.24'}
19         );
20
21         print $conn->connection_type(), "\n";
22

DESCRIPTION

24       This class provides a model for the data returned by the GeoIP2
25       Connection Type database.
26

METHODS

28       This class provides the following methods:
29
30   $conn->connection_type()
31       Returns the connection type as a string.
32
33   $conn->ip_address()
34       Returns the IP address used in the lookup.
35

SUPPORT

37       Bugs may be submitted through
38       <https://github.com/maxmind/GeoIP2-perl/issues>.
39

AUTHORS

41       •   Dave Rolsky <drolsky@maxmind.com>
42
43       •   Greg Oschwald <goschwald@maxmind.com>
44
45       •   Mark Fowler <mfowler@maxmind.com>
46
47       •   Olaf Alders <oalders@maxmind.com>
48
50       This software is copyright (c) 2013 - 2019 by MaxMind, Inc.
51
52       This is free software; you can redistribute it and/or modify it under
53       the same terms as the Perl 5 programming language system itself.
54
55
56
57perl v5.34.0                      2021-07-22  GeoIP2::Model::ConnectionType(3)
Impressum