struct Paginator

Defined in:

paginator.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path_to_next : String | Nil, path_to_previous : String | Nil, item_count : Int32, total : Int32, records_per_page : Int32) #

[View source]

Instance Method Detail

def item_count : Int32 #

[View source]
def path_to_next : String | Nil #

[View source]
def path_to_previous : String | Nil #

[View source]
def records_per_page : Int32 #

[View source]
def total : Int32 #

[View source]