struct Watchmain::Mailgun::Message

Defined in:

mailgun.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(from : String, to : String, subject : String, text : String) #

[View source]

Instance Method Detail

def from : String #

[View source]
def from=(from : String) #

[View source]
def subject : String #

[View source]
def subject=(subject : String) #

[View source]
def text : String #

[View source]
def text=(text : String) #

[View source]
def to : String #

[View source]
def to=(to : String) #

[View source]
def to_hash #

[View source]