struct Contacts::ContactRow

Defined in:

html_fragment_example.cr

Constructors

Instance Method Summary

Instance methods inherited from struct TemplateFragment

fragment(name : String, &) fragment, render_fragment(name : String, to io : IO) render_fragment

Constructor Detail

def self.new(contact : Contact) #

[View source]

Instance Method Detail

def clone #

[View source]
def contact : Contact #

def copy_with(contact _contact = @contact) #

[View source]
def to_s(__io__ : IO) : Nil #
Description copied from struct Struct

Same as #inspect(io).