class Sendgrid::Message
- Sendgrid::Message
- Reference
- Object
Defined in:
sendgrid/Message.crConstructors
Instance Method Summary
- #content : Content | Nil
- #content=(content : Content | Nil)
- #extra_fields : ExtraFields
- #extra_fields=(extra_fields : ExtraFields)
- #from : Address | Nil
- #from=(from : Address | Nil)
- #reply_to : Address | Nil
- #reply_to=(reply_to : Address | Nil)
- #subject : String | Nil
- #subject=(subject : String | Nil)
- #to : Array(Address)
- #to=(to : Array(Address))
- #to_json : String
-
#to_s : String
Returns a nicely readable and concise string representation of this object, typically intended for users.
Constructor Detail
Instance Method Detail
def to_s : String
#
Description copied from class Object
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
.