struct Sendgrid::Footer

Included Modules

Defined in:

sendgrid/sendgrid_structs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(enable : Bool, text : String | Nil = nil, html : String | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(enable _enable = @enable, text _text = @text, html _html = @html) #

[View source]
def enable : Bool #

def html : String | Nil #

def text : String | Nil #