struct Ptero::Models::Pagination

Included Modules

Defined in:

models/fractal.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def count : Int32 #

[View source]
def current_page : Int32 #

[View source]
def links : Hash(String, String) #

[View source]
def per_page : Int32 #

[View source]
def total : Int32 #

[View source]
def total_pages : Int32 #

[View source]