table of contents
Net::Whois::Object::Poem(3) | User Contributed Perl Documentation | Net::Whois::Object::Poem(3) |
NAME¶
Net::Whois::Object::Poem - an object representation of the RPSL Poem block
DESCRIPTION¶
The poem object contains a poem that is submitted by a user. This object is included in the database to show that engineers do have a sense of humour.
METHODS¶
new( %options )¶
Constructor for the Net::Whois::Object::Poem class
descr( [$descr] )¶
Accessor to the descr attribute. Accepts an optional descr line to be added to the descr array, always return the current descr array.
text( [$text] )¶
Accessor to the text attribute. Accepts an optional text line to be added to the text array, always return the current text array.
admin_c( [$contact] )¶
Accessor to the admin_c attribute. Accepts an optional contact to be added to the admin_c array, always return the current admin_c array.
author( [$author] )¶
Accessor to the author attribute. Accepts an optional author to be added to the author array, always return the current author array.
remarks( [$remark] )¶
Accessor to the remarks attribute. Accepts an optional remark to be added to the remarks array, always return the current remarks array.
notify( [$notify] )¶
Accessor to the notify attribute. Accepts an optional notify value to be added to the notify array, always return the current notify array.
mnt_by( [$mnt_by] )¶
Accessor to the mnt_by attribute. Accepts an optional mnt_by value to be added to the mnt_by array, always return the current mnt_by array.
changed( [$changed] )¶
Accessor to the changed attribute. Accepts an optional changed value to be added to the changed array, always return the current changed array.
source( [$source] )¶
Accessor to the source attribute. Accepts an optional source, always return the current source.
form( [$form] )¶
Accessor to the form attribute. Accepts an optional form, always return the current form. This attribute specifies the identifier of a registered poem type.
poem( [$poem] )¶
Accessor to the poem attribute. Accepts an optional poem, always return the current poem.
2021-04-12 | perl v5.40.0 |