Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
send-email
main
SendEmail
App
ArgParser
Body
Config
Email
Mail
Smtp
Templates
Built with Crystal 1.9.2
2023-10-07 18:01:12 UTC
class
SendEmail::Body
SendEmail::Body
Reference
Object
Included Modules
YAML::Serializable
Defined in:
config.cr
Constructors
.new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Instance Method Summary
#html
: String | Nil
#html=
(html : String | Nil)
#text
: String
#text=
(text : String)
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
]