class Sendgrid::Content

Defined in:

sendgrid/Content.cr

Constructors

Instance Method Summary

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]