struct Mailjet::Messageinformation::FindResponse

Overview

Fetches the history for a given message id

information = Mailjet::Messageinformation.find(576460754655154659)
information.data.first.spam_assassin_score
=> 0

Included Modules

Defined in:

mailjet/resources/messageinformation.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def data : ResponseData #