class Pterodactyl::PaginationDetails

Included Modules

Defined in:

pterodactyl/pagination_details.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 : JSON::Any | Nil #

[View source]
def per_page : Int32 #

[View source]
def total : Int32 #

[View source]
def total_pages : Int32 #

[View source]