class Meilisearch::List(T)

Included Modules

Defined in:

meilisearch/objects/core/list.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def each(&) #
Description copied from module Enumerable(T)

Must yield this collection's elements to the block.


[View source]
def limit : Int32 | Nil #

[View source]
def offset : Int32 | Nil #

[View source]
def results : Array(T) #

[View source]
def total : Int32 | Nil #

[View source]