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

XML::SRS::Server::List - Class representing an SRS name server list

DESCRIPTION

This class represents an SRS name server list

ATTRIBUTES

Each attribute of this class has an accessor/mutator of the same name as the attribute. Additionally, they can be passed as parameters to the constructor.

nameservers

Required. Returns an ArrayRef of XML::SRS::Server objects. Maps to the XML element 'Server'.

METHODS

new(%params)

Construct a new XML::SRS::Request object. %params specifies the initial values of the attributes.

COMPOSED OF

XML::SRS::Node