DNS-Oterica
view release on metacpan or search on metacpan
lib/DNS/Oterica/Node.pm view on Meta::CPAN
#pod =cut
has domain => (is => 'ro', isa => 'Str', required => 1);
#pod =attr families
#pod
#pod This is an arrayref of the families in which the node has been placed.
#pod
#pod =cut
has families => (is => 'ro', isa => 'ArrayRef', default => sub { [] });
#pod =method add_to_family
#pod
#pod $node->add_to_family($family);
#pod
#pod This method adds the node to the given family, which may be given either as an
#pod object or as a name.
#pod
#pod If the node is already in the family, nothing happens.
#pod
( run in 1.016 second using v1.01-cache-2.11-cpan-5f2e87ce722 )