MightyNetwork :: DB :: ActivityPub :: Activity (source, CPAN)

CONTENTS

NAME

MightyNetwork::DB::ActivityPub::Activity

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

DESCRIPTION

Model for ActivityPub activities.

ATTRIBUTES

MightyNetwork::DB::ActivityPub::Activity inherits attributes from MightyNetwork::DB and adds the following attributes.

context

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

xtype

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

actor

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

object

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

signature

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

published

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

SEE ALSO

MightyNetwork::DB, Mojo::Base