NAME

Net::RDAP::ID - a module representing a public identifier in an RDAP response.

DESCRIPTION

RDAP objects may have zero or more "public identifiers", which map a public identifier to an object class.

Any object which inherits from Net::RDAP::Object will have an ids() method which will return an array of zero or more Net::RDAP::ID objects.

METHODS

ID Type

$type = $id->type;

Returns a string containing the type of public identifier.

Identifier

$identifier = $id->identifier;

Returns a string containing a public identifier of the type denoted by the type.

COPYRIGHT

Copyright 2018-2023 CentralNic Ltd, 2024 Gavin Brown. For licensing information, please see the LICENSE file in the Net::RDAP distribution.