class Lucky::Paginator::Page
- Lucky::Paginator::Page
- Reference
- Object
Direct Known Subclasses
Defined in:
lucky/paginator/page.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #number : Int32 | Int64
- #path
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.