struct Kutt::Domain

Included Modules

Defined in:

kutt/domain.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(address : String, banned : Bool, id : String, homepage : String, 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, homepage _homepage = @homepage, created_at _created_at = @created_at, updated_at _updated_at = @updated_at) #

[View source]
def created_at : String #

def homepage : String #

def id : String #

def updated_at : String #