struct Kutt::Links

Included Modules

Defined in:

kutt/links.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(limit : Int32, skip : Int32, total : Int32, data : Array(Link)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(limit _limit = @limit, skip _skip = @skip, total _total = @total, data _data = @data) #

[View source]
def data : Array(Link) #

def limit : Int32 #

def skip : Int32 #

def total : Int32 #