class Emarsys::Broadcast::Batch

Attributes

body_html[RW]
body_text[RW]
import_delay_hours[RW]
name[RW]
recipients_path[RW]
send_time[RW]
sender[RW]
sender_domain[RW]
sender_id[RW]
subject[RW]

Public Class Methods

new(attributes = {}) click to toggle source
# File lib/emarsys/broadcast/batch.rb, line 24
def initialize(attributes = {})
  attributes.each do |name, value|
    send("#{name}=", value)
  end
end