Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
sendgrid
master
Sendgrid
Address
AddressException
Client
Content
ContentException
ExtraFields
ExtraFieldsType
Message
MessageException
Built with Crystal 1.9.2
2023-10-08 08:26:56 UTC
class
Sendgrid::Content
Sendgrid::Content
Reference
Object
Defined in:
sendgrid/Content.cr
Constructors
.new
(body : String, type : String =
"text/plain"
)
Instance Method Summary
#body
: String
#body=
(body : String)
#type
: String
#type=
(type : String)
Constructor Detail
def self.
new
(body : String, type : String =
"text/plain"
)
#
[
View source
]
Instance Method Detail
def
body
: String
#
[
View source
]
def
body=
(body : String)
#
[
View source
]
def
type
: String
#
[
View source
]
def
type=
(type : String)
#
[
View source
]