struct Mailjet::Listrecipient::ListResponse

Overview

Find all contact lists

response = Mailjet::Listrecipient.all
listrecipients = response.data
# or
response.each do |listrecipient|
  listrecipient.list_name
end

Included Modules

Defined in:

mailjet/resources/listrecipient.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) #