struct Mailjet::Messageinformation::ListResponse

Overview

Fetches the history of all messages between two dates

information = Mailjet::Messageinformation.all({
  from_ts: Time.local.at_beginning_of_week.to_rfc3339,
  to_ts:   Time.local.to_rfc3339,
})
information.data.first.spam_assassin_score
=> 0

Included Modules

Defined in:

mailjet/resources/messageinformation.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

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

Instance Method Detail

def count : Int32 #

def data : ResponseData #

def total : Int32 #

Macro Detail

macro method_missing(call) #