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.



1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
# File 'lib/campaigning/soap/generated/default.rb', line 1514

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.



1502
1503
1504
# File 'lib/campaigning/soap/generated/default.rb', line 1502

def apiKey
  @apiKey
end

#campaignNameObject

Returns the value of attribute campaignName.



1504
1505
1506
# File 'lib/campaigning/soap/generated/default.rb', line 1504

def campaignName
  @campaignName
end

#campaignSubjectObject

Returns the value of attribute campaignSubject.



1505
1506
1507
# File 'lib/campaigning/soap/generated/default.rb', line 1505

def campaignSubject
  @campaignSubject
end

#clientIDObject

Returns the value of attribute clientID.



1503
1504
1505
# File 'lib/campaigning/soap/generated/default.rb', line 1503

def clientID
  @clientID
end

#fromEmailObject

Returns the value of attribute fromEmail.



1507
1508
1509
# File 'lib/campaigning/soap/generated/default.rb', line 1507

def fromEmail
  @fromEmail
end

#fromNameObject

Returns the value of attribute fromName.



1506
1507
1508
# File 'lib/campaigning/soap/generated/default.rb', line 1506

def fromName
  @fromName
end

#htmlUrlObject

Returns the value of attribute htmlUrl.



1509
1510
1511
# File 'lib/campaigning/soap/generated/default.rb', line 1509

def htmlUrl
  @htmlUrl
end

#listSegmentsObject

Returns the value of attribute listSegments.



1512
1513
1514
# File 'lib/campaigning/soap/generated/default.rb', line 1512

def listSegments
  @listSegments
end

#replyToObject

Returns the value of attribute replyTo.



1508
1509
1510
# File 'lib/campaigning/soap/generated/default.rb', line 1508

def replyTo
  @replyTo
end

#subscriberListIDsObject

Returns the value of attribute subscriberListIDs.



1511
1512
1513
# File 'lib/campaigning/soap/generated/default.rb', line 1511

def subscriberListIDs
  @subscriberListIDs
end

#textUrlObject

Returns the value of attribute textUrl.



1510
1511
1512
# File 'lib/campaigning/soap/generated/default.rb', line 1510

def textUrl
  @textUrl
end