struct Contacts::Contact

Defined in:

html_fragment_example.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : UUID, name : String, archived_at : Time | Nil = nil) #

[View source]

Instance Method Detail

def archive #

[View source]
def archived? #

[View source]
def archived_at : Time | Nil #

def clone #

[View source]
def copy_with(id _id = @id, name _name = @name, archived_at _archived_at = @archived_at) #

[View source]
def id : UUID #

def name : String #

def unarchive #

[View source]