struct Mailjet::Listrecipient::ListResponse
- Mailjet::Listrecipient::ListResponse
- Struct
- Value
- Object
Overview
Find all contact lists
response = Mailjet::Listrecipient.all
listrecipients = response.data
# or
response.each do |listrecipient|
listrecipient.list_name
end
Included Modules
- JSON::Serializable
- Mailjet::Json::Fields