Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicann committed Oct 24, 2024
1 parent 46b854b commit 08756c6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/Net/RDAP/Base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,11 @@ sub top {
@chain = $object->chain;
Returns an array containing the hierarchy of objects that enclose this object.
So for example, the registrar entity of host object of a domain name will have a
chain that looks like C<[Net::RDAP::Object::Entity,
Net::RDAP::Object::Nameserver, Net::RDAP::Object::Domain]>. If the object is the
topmost object of the RDAP response, the array will be empty.
So for example, the registrar entity of a nameserver object of a domain name
will have a chain that looks like
C<[Net::RDAP::Object::Entity, Net::RDAP::Object::Nameserver, Net::RDAP::Object::Domain]>.
If the object is the topmost object of the RDAP response, the array will only
contain that object.
=cut

Expand Down

0 comments on commit 08756c6

Please sign in to comment.