struct Vecos::Paging

Included Modules

Extended Modules

Defined in:

vecos/releezme/paging.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def first_item_on_page : Int32 #

[View source]
def has_next_page : Bool #

[View source]
def has_previous_page : Bool #

[View source]
def is_first_page : Bool #

[View source]
def is_last_page : Bool #

[View source]
def last_item_on_page : Int32 #

[View source]
def page_count : Int32 #

[View source]
def page_number : Int32 #

[View source]
def page_size : Int32 #

[View source]
def total_item_count : Int32 #

[View source]