struct Paginator
- Paginator
- Struct
- Value
- Object
Defined in:
paginator.crConstructors
Instance Method Summary
- #item_count : Int32
- #path_to_next : String | Nil
- #path_to_previous : String | Nil
- #records_per_page : Int32
- #total : Int32
Constructor Detail
def self.new(path_to_next : String | Nil, path_to_previous : String | Nil, item_count : Int32, total : Int32, records_per_page : Int32)
#