class

Sendgrid::Message

Inherits Reference / Object

Constructors

Instance methods

content
Source
content=(content : Content | Nil)
Source
extra_fields
Source
extra_fields=(extra_fields : ExtraFields)
Source
from
Source
from=(from : Address | Nil)
Source
reply_to
Source
reply_to=(reply_to : Address | Nil)
Source
subject
Source
subject=(subject : String | Nil)
Source
to=(to : Array(Address))
Source
to_json
Source
to_s

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.

Source