NAME

ICANN::RST::DataProvider - an object representing an RST data provider.

VERSION

version 0.01

DESCRIPTION

This class inherits from ICANN::RST::Base (so it has the id() and spec() methods).

METHODS

description()

A ICANN::RST::Text object containing the long textual description of the error.

columns()

An array of ICANN::RST::DataProvider::Column objects representing the columns for this data provider.

rows()

An arrayref of arrayrefs containing the rows for this data provider.

cases()

A list of all ICANN::RST::Case objects that use this data provider.

errors()

A list of all ICANN::RST::Error objects referenced by this data provider.

AUTHOR

Gavin Brown <gavin.brown@icann.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2025 by Internet Corporation for Assigned Names and Number (ICANN).

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