The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Data::URIID::Service - Extractor for identifiers from URIs

VERSION

version v0.02

SYNOPSIS

    use Data::URIID;

    my $extractor = Data::URIID->new;
    my $result = $extractor->lookup( $URI );
    my $service = $result->attribute('service');

    my $name = $service->name;
    my $ise = $service->ise;

OO METHODS

extractor

    my $extractor = $result->extractor;

Returns the Data::URIID object used to create this object.

ise

    my $ise = $result->ise;

Returns the ISE of this service.

name

    my $name = $result->name;

Returns the name of this service.

online

    my $online = $extractor->online( [ $new_value ] );

Gets or sets the online status of the service. If this value is false no online operations are permitted. In addition to this value being true the online value for the extractor need to be true.

See also "extractor", "online" in Data::URIID.

AUTHOR

Löwenfelsen UG (haftungsbeschränkt) <support@loewenfelsen.net>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2023 by Löwenfelsen UG (haftungsbeschränkt) <support@loewenfelsen.net>.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)