class SendEmail::Body

Included Modules

Defined in:

config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def html : String | Nil #

[View source]
def html=(html : String | Nil) #

[View source]
def text : String #

[View source]
def text=(text : String) #

[View source]