An object representing a list of evals.
Constructors
new(object :
EvalListObject =
EvalListObject::List, data :
Array(
Eval) = [] of
Eval, first_id :
String = "", last_id :
String = "", has_more :
Bool = false)
SourceInstance methods
data
An array of eval objects.
Sourcedata=(data :
Array(
Eval))
An array of eval objects.
Sourcefirst_id
The identifier of the first eval in the data array.
SourceThe identifier of the first eval in the data array.
Sourcehas_more
Indicates whether there are more evals available.
Sourcehas_more=(has_more :
Bool)
Indicates whether there are more evals available.
Sourcelast_id
The identifier of the last eval in the data array.
SourceThe identifier of the last eval in the data array.
Sourceobject
The type of this object. It is always set to "list".
Sourceobject=(object : EvalListObject)
The type of this object. It is always set to "list".
Source