Class Kaminari::Helpers::Paginator::PageProxy
In: lib/kaminari/helpers/paginator.rb
Parent: Object

Wraps a "page number" and provides some utility methods

Methods

+   -   <=>   current?   first?   inside_window?   last?   left_outer?   next?   number   prev?   right_outer?   to_i   to_s   was_truncated?  

Included Modules

Comparable

Public Instance methods

current page or not

the first page or not

inside the inner window or not

the last page or not

within the left outer window or not

the next page or not

the previous page or not

within the right outer window or not

The last rendered tag was "truncated" or not

[Validate]