MightyNetwork :: DB :: Notification (source, CPAN)

CONTENTS

NAME

MightyNetwork::DB::Notification

Disclaimer: the objects that are mentionned here are objects as in Object-oriented programming, not as ActivityPub objects.

DESCRIPTION

Model for notifications.

ATTRIBUTES

MightyNetwork::DB::Notification inherits attributes from MightyNetwork::DB and adds the following attributes.

xtype

my $xtype = $object->xtype;
$object->xtype(3);

actor

my $actor = $object->actor;
$object->actor(3);

object

my $object = $object->object;
$object->object(3);

published

my $published = $object->published;
$object->published(3);

SEE ALSO

MightyNetwork::DB, Mojo::Base