The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Pikeo::API::Comment - Abstraction of a pikeo user comment

DESCRIPTION

Provides access to a comment details

You should not use this module directly.

FUNCTIONS

CONSTRUCTORS

new( \%args )

Returns a Pikeo::API::Comment object.

Required args are:

  • api

    Pikeo::API object

  • from_xml

    XML::LibXML node containing the contact details

id()

The id of the comment

update(\%args)

Updates the text of the comment.

You must be owner

Required args are:

  • text

    The text to update

delete()

Deletes the comment. You must be owner

owner_id

owner_username

date

picture_id

parent_id

text