class

Relationship::Content::Follow::Thread

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

Constants

Class methods

find_or_new(options)

Finds an existing relationship or instantiates a new relationship.

If thread (or to_iri) is passed as an option, search for the root of the thread, and use that value. This ensures that new relationships always point at roots.

Source
find_or_new

Finds an existing relationship or instantiates a new relationship.

If thread (or to_iri) is passed as an option, search for the root of the thread, and use that value. This ensures that new relationships always point at roots.

Source
merge_into(from, into)

Merges relationships.

Should be used in places where an object's thread property is changed. Ensures that only one relationship exists for a thread.

Source

Instance methods

_association_actor
Source
_association_thread

Identifies objects that are part of a thread.

Has the form of an IRI but is not meant to be directly dereferenceable.

Source
_belongs_to_setter_for_actor(actor_ : ActivityPub::Actor, update_associations = true) : ActivityPub::Actor
Source
actor(include_deleted : Bool = false, include_undone : Bool = false) : ActivityPub::Actor
Source
actor?(include_deleted : Bool = false, include_undone : Bool = false) : ActivityPub::Actor | Nil
Source
after_destroy
Source
thread

Identifies objects that are part of a thread.

Has the form of an IRI but is not meant to be directly dereferenceable.

Source
thread=(thread : String) : String

Identifies objects that are part of a thread.

Has the form of an IRI but is not meant to be directly dereferenceable.

Source