Class: Campaigning::CampaignCreate

Inherits:
Object
  • Object
show all
Defined in:
lib/campaigning/soap/generated/default.rb

Overview

/Campaign.Create

apiKey - SOAP::SOAPString
clientID - SOAP::SOAPString
campaignName - SOAP::SOAPString
campaignSubject - SOAP::SOAPString
fromName - SOAP::SOAPString
fromEmail - SOAP::SOAPString
replyTo - SOAP::SOAPString
htmlUrl - SOAP::SOAPString
textUrl - SOAP::SOAPString
subscriberListIDs - Campaigning::ArrayOfString
listSegments - Campaigning::ArrayOfList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(apiKey = nil, clientID = nil, campaignName = nil, campaignSubject = nil, fromName = nil, fromEmail = nil, replyTo = nil, htmlUrl = nil, textUrl = nil, subscriberListIDs = nil, listSegments = nil) ⇒ CampaignCreate

Returns a new instance of CampaignCreate.



1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
# File 'lib/campaigning/soap/generated/default.rb', line 1383

def initialize(apiKey = nil, clientID = nil, campaignName = nil, campaignSubject = nil, fromName = nil, fromEmail = nil, replyTo = nil, htmlUrl = nil, textUrl = nil, subscriberListIDs = nil, listSegments = nil)
  @apiKey = apiKey
  @clientID = clientID
  @campaignName = campaignName
  @campaignSubject = campaignSubject
  @fromName = fromName
  @fromEmail = fromEmail
  @replyTo = replyTo
  @htmlUrl = htmlUrl
  @textUrl = textUrl
  @subscriberListIDs = subscriberListIDs
  @listSegments = listSegments
end

Instance Attribute Details

#apiKeyObject

Returns the value of attribute apiKey.



1371
1372
1373
# File 'lib/campaigning/soap/generated/default.rb', line 1371

def apiKey
  @apiKey
end

#campaignNameObject

Returns the value of attribute campaignName.



1373
1374
1375
# File 'lib/campaigning/soap/generated/default.rb', line 1373

def campaignName
  @campaignName
end

#campaignSubjectObject

Returns the value of attribute campaignSubject.



1374
1375
1376
# File 'lib/campaigning/soap/generated/default.rb', line 1374

def campaignSubject
  @campaignSubject
end

#clientIDObject

Returns the value of attribute clientID.



1372
1373
1374
# File 'lib/campaigning/soap/generated/default.rb', line 1372

def clientID
  @clientID
end

#fromEmailObject

Returns the value of attribute fromEmail.



1376
1377
1378
# File 'lib/campaigning/soap/generated/default.rb', line 1376

def fromEmail
  @fromEmail
end

#fromNameObject

Returns the value of attribute fromName.



1375
1376
1377
# File 'lib/campaigning/soap/generated/default.rb', line 1375

def fromName
  @fromName
end

#htmlUrlObject

Returns the value of attribute htmlUrl.



1378
1379
1380
# File 'lib/campaigning/soap/generated/default.rb', line 1378

def htmlUrl
  @htmlUrl
end

#listSegmentsObject

Returns the value of attribute listSegments.



1381
1382
1383
# File 'lib/campaigning/soap/generated/default.rb', line 1381

def listSegments
  @listSegments
end

#replyToObject

Returns the value of attribute replyTo.



1377
1378
1379
# File 'lib/campaigning/soap/generated/default.rb', line 1377

def replyTo
  @replyTo
end

#subscriberListIDsObject

Returns the value of attribute subscriberListIDs.



1380
1381
1382
# File 'lib/campaigning/soap/generated/default.rb', line 1380

def subscriberListIDs
  @subscriberListIDs
end

#textUrlObject

Returns the value of attribute textUrl.



1379
1380
1381
# File 'lib/campaigning/soap/generated/default.rb', line 1379

def textUrl
  @textUrl
end