class Beehiiv::List(T)

Included Modules

Defined in:

beehiiv/objects/core/list.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def data : Array(T) #

[View source]
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 page : Int32 | Nil #

[View source]
def total_pages : Int32 | Nil #

[View source]
def total_results : Int32 | Nil #

[View source]