Class: PaginationPartDrop

Inherits:
Liquid::Drop
  • Object
show all
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

Instance Attribute Details

Returns true if this pagination part is linked. Usually true, only false if the link is for current page.

Returns:

  • (Boolean)

#titleString

Returns display text for the pagination part.

Returns:

  • (String)

#urlString

Returns the url pagination part should link to.

Returns:

  • (String)