class Quartz::Composer

Defined in:

quartz_mailer/composer.cr

Instance Method Summary

Macro Summary

Instance Method Detail

def address(*args, **options) #

[View source]
def address(*args, **options, &) #

[View source]
def bcc(*args, **options) #

[View source]
def bcc(*args, **options, &) #

[View source]
def body(*args, **options) #

[View source]
def body(*args, **options, &) #

[View source]
def cc(*args, **options) #

[View source]
def cc(*args, **options, &) #

[View source]
def deliver #

[View source]
def header(*args, **options) #

[View source]
def header(*args, **options, &) #

[View source]
def headers(*args, **options) #

[View source]
def headers(*args, **options, &) #

[View source]
def html(*args, **options) #

[View source]
def html(*args, **options, &) #

[View source]
def remove_bcc_recipient(*args, **options) #

[View source]
def remove_bcc_recipient(*args, **options, &) #

[View source]
def remove_cc_recipient(*args, **options) #

[View source]
def remove_cc_recipient(*args, **options, &) #

[View source]
def remove_to_recipient(*args, **options) #

[View source]
def remove_to_recipient(*args, **options, &) #

[View source]
def sender #

[View source]
def subject(*args, **options) #

[View source]
def subject(*args, **options, &) #

[View source]
def text(*args, **options) #

[View source]
def text(*args, **options, &) #

[View source]
def to(*args, **options) #

[View source]
def to(*args, **options, &) #

[View source]

Macro Detail

macro render(filename, layout, *args) #

[View source]
macro render(filename, *args) #

[View source]