class Postmark::EmailResponse
- Postmark::EmailResponse
- Reference
- Object
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
- JSON::Serializable
Defined in:
postmark_structs.crConstructors
- .new(to : String, submitted_at : String, message_id : String, error_code : Int32, message : String)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #error_code : Int32
- #message : String
- #message_id : String | Nil
- #submitted_at : String | Nil
- #to : String | Nil
Constructor Detail
def self.new(to : String, submitted_at : String, message_id : String, error_code : Int32, message : String)
#