class

Relationship::Content::Timeline

Inherits Relationship < Ktistec::Model::Polymorphic < Ktistec::Model::Common < Ktistec::Model < Reference < Object

Abstract base for the materialized timeline views.

Class methods

type_in_list

Returns the concrete timeline subtypes as a sorted, single-quoted, comma-separated SQL list.

This is the source for the type IN (...) list the timeline read query interpolates. It must stay byte-for-byte identical to the predicate of the partial index idx_relationships_timeline_from_iri_created_at so the index binds.

Source

Instance methods

_association_object
Source
_association_owner
Source
_belongs_to_setter_for_object(object_ : ActivityPub::Object, update_associations = true) : ActivityPub::Object
Source
_belongs_to_setter_for_owner(owner_ : ActivityPub::Actor, update_associations = true) : ActivityPub::Actor
Source
after_save
Source
confirmed
Source
confirmed=(confirmed : Bool)
Source
object(include_deleted : Bool = false, include_undone : Bool = false) : ActivityPub::Object
Source
object?(include_deleted : Bool = false, include_undone : Bool = false) : ActivityPub::Object | Nil
Source
owner(include_deleted : Bool = false, include_undone : Bool = false) : ActivityPub::Actor
Source
owner?(include_deleted : Bool = false, include_undone : Bool = false) : ActivityPub::Actor | Nil
Source

Nested types