struct Haystack::Meta

Included Modules

Defined in:

haystack/meta.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def next : String | Nil #

[View source]
def page : Int32 | Nil #

[View source]
def page_count : Int32? #

[View source]
def per_page : Int32? #

[View source]
def previous : String | Nil #

[View source]
def skipped : Int32 | Nil #

[View source]
def total : Int32 | Nil #

[View source]
def total_volume : Int64 | Nil #

[View source]