class Postmark::EmailResponse

Overview

This gets the hand crafted treatment, because otherwise #message_id turns into MessageId, when it should be MessageID. Doesn't happen with template_id above, only this one.

Included Modules

Defined in:

postmark_structs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(to : String, submitted_at : String, message_id : String, error_code : Int32, message : String) #

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

[View source]

Instance Method Detail

def error_code : Int32 #

[View source]
def message : String #

[View source]
def message_id : String | Nil #

[View source]
def submitted_at : String | Nil #

[View source]
def to : String | Nil #

[View source]