class Marten::DB::Management::Migrations::Record::Page

Defined in:

Constructors

Instance methods inherited from class Marten::DB::Query::Page(Marten::DB::Management::Migrations::Record)

count count, each(*args, **options)
each(*args, **options, &)
each
, next_page? next_page?, next_page_number next_page_number, number number, pages_count pages_count, previous_page? previous_page?, previous_page_number previous_page_number, total_count total_count

Constructor methods inherited from class Marten::DB::Query::Page(Marten::DB::Management::Migrations::Record)

new(records : Array(M), number : Int32, paginator : Paginator(M)) new

Macros inherited from module Marten::Template::CanDefineTemplateAttributes

template_attributes(*names) template_attributes

Constructor Detail

def self.new(records : Array(M), number : Int32, paginator : Paginator(M)) #

[View source]