struct Kutt::Link

Included Modules

Defined in:

kutt/links.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(address : String, banned : Bool, id : String, link : String, password : Bool, target : String, visit_count : Int32, created_at : String, updated_at : String) #

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

[View source]

Instance Method Detail

def address : String #

def banned : Bool #

def clone #

[View source]
def copy_with(address _address = @address, banned _banned = @banned, id _id = @id, link _link = @link, password _password = @password, target _target = @target, visit_count _visit_count = @visit_count, created_at _created_at = @created_at, updated_at _updated_at = @updated_at) #

[View source]
def created_at : String #

def id : String #

def link : String #

def password : Bool #

def target : String #

def updated_at : String #

def visit_count : Int32 #