class

Memvid::TimelineQuery

Inherits JSON::Serializable < Reference < Object

Timeline query parameters.

Constructors

new(limit : UInt64 | Nil = nil, since : Int64 | Nil = nil, until __arg2 : Int64 | Nil = nil, reverse : Bool = false)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

limit
Source
limit=(limit : UInt64 | Nil)
Source
reverse
Source
reverse=(reverse : Bool)
Source
since
Source
since=(since : Int64 | Nil)
Source
until
Source
until=(until __arg0 : Int64 | Nil)
Source