struct Sendgrid::Address

Included Modules

Defined in:

sendgrid/sendgrid_structs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(email : String, name : String | Nil = nil) #

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

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(email _email = @email, name _name = @name) #

[View source]
def email : String #

def name : String | Nil #