Relationship::Social::Follow
Inherits Relationship < Ktistec::Model::Polymorphic < Ktistec::Model::Common < Ktistec::Model < Reference < Object
Class methods
Returns followers.
Returns relationships where the actor is being followed (to_iri).
Results are ordered by most recent first.
Returns count of followers.
Returns count of relationships where the actor is being
followed (to_iri) created on or after the given timestamp.
Returns following.
Returns relationships where the actor is following others (from_iri).
Results are ordered by most recent first.
Returns count of following.
Returns count of relationships where the actor is following
others (from_iri) created on or after the given timestamp.
Instance methods
Returns the associated follow activity.
Returns the most recent associated follow activity if there is more than one.
Ignores follow activities that have been undone.
Returns true if the follow relationship is pending.
A follow is pending if it has not been accepted or rejected (confirmed = false).
Returns the response to the associated follow activities.
Returns the most recent accept or reject of any follow activity from the actor to the object.
Ignores follow activities that have been undone.