Class: PaginationPartDrop
- Inherits:
-
Liquid::Drop
- Object
- Liquid::Drop
- PaginationPartDrop
- Defined in:
- app/drops/pagination_part_drop.rb
Overview
PaginationPartDrop represents each page/item within PaginationDrop. next, previous and parts on PaginationDrop return one ore more of these objects.
Instance Attribute Summary collapse
-
#is_link ⇒ Boolean
Returns
trueif this pagination part is linked. -
#title ⇒ String
Returns display text for the pagination part.
-
#url ⇒ String
Returns the
urlpagination part should link to.
Instance Attribute Details
#is_link ⇒ Boolean
Returns true if this pagination part is linked. Usually true, only false if the link is for current page.
#title ⇒ String
Returns display text for the pagination part.
#url ⇒ String
Returns the url pagination part should link to.