struct

Feed::Judging::Batch

Inherits Struct < Value < Object

The result of one backfill batch.

cursor is the object id to resume below. done reports that the scan has reached the feed's floor.

Constructors

new(scanned : Int32, included : Int32, cursor : Int64 | Nil, done : Bool)
Source

Instance methods

clone
Source
copy_with(scanned _scanned = @scanned, included _included = @included, cursor _cursor = @cursor, done _done = @done)
Source
cursor
done
included
scanned