class

Feed::Verdict

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

A judge's verdict on one object, for one feed.

Instance methods

_association_feed
Source
_association_object
Source
_belongs_to_setter_for_feed(feed_ : Feed, update_associations = true) : Feed
Source
_belongs_to_setter_for_object(object_ : ActivityPub::Object, update_associations = true) : ActivityPub::Object
Source
feed(include_deleted : Bool = false, include_undone : Bool = false) : Feed
Source
feed=(feed_ : Feed) : Feed
Source
feed?(include_deleted : Bool = false, include_undone : Bool = false) : Feed | Nil
Source
feed_id
Source
feed_id=(feed_id : Int64 | Nil)
Source
included
Source
included=(included : 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
object_iri
Source
object_iri=(object_iri : String | Nil)
Source
position

The time the object arrived -- the created_at of the earliest mailbox row that delivered it to the feed's owner.

Source
position=(position : Time)

The time the object arrived -- the created_at of the earliest mailbox row that delivered it to the feed's owner.

Source
reason
Source
reason=(reason : String | Nil)
Source