Class: Campaigning::CampaignCreate
- Inherits:
-
Object
- Object
- Campaigning::CampaignCreate
- 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
-
#apiKey ⇒ Object
Returns the value of attribute apiKey.
-
#campaignName ⇒ Object
Returns the value of attribute campaignName.
-
#campaignSubject ⇒ Object
Returns the value of attribute campaignSubject.
-
#clientID ⇒ Object
Returns the value of attribute clientID.
-
#fromEmail ⇒ Object
Returns the value of attribute fromEmail.
-
#fromName ⇒ Object
Returns the value of attribute fromName.
-
#htmlUrl ⇒ Object
Returns the value of attribute htmlUrl.
-
#listSegments ⇒ Object
Returns the value of attribute listSegments.
-
#replyTo ⇒ Object
Returns the value of attribute replyTo.
-
#subscriberListIDs ⇒ Object
Returns the value of attribute subscriberListIDs.
-
#textUrl ⇒ Object
Returns the value of attribute textUrl.
Instance Method Summary collapse
-
#initialize(apiKey = nil, clientID = nil, campaignName = nil, campaignSubject = nil, fromName = nil, fromEmail = nil, replyTo = nil, htmlUrl = nil, textUrl = nil, subscriberListIDs = nil, listSegments = nil) ⇒ CampaignCreate
constructor
A new instance of CampaignCreate.
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
1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 |
# File 'lib/campaigning/soap/generated/default.rb', line 1337 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
#apiKey ⇒ Object
Returns the value of attribute apiKey.
1325 1326 1327 |
# File 'lib/campaigning/soap/generated/default.rb', line 1325 def apiKey @apiKey end |
#campaignName ⇒ Object
Returns the value of attribute campaignName.
1327 1328 1329 |
# File 'lib/campaigning/soap/generated/default.rb', line 1327 def campaignName @campaignName end |
#campaignSubject ⇒ Object
Returns the value of attribute campaignSubject.
1328 1329 1330 |
# File 'lib/campaigning/soap/generated/default.rb', line 1328 def campaignSubject @campaignSubject end |
#clientID ⇒ Object
Returns the value of attribute clientID.
1326 1327 1328 |
# File 'lib/campaigning/soap/generated/default.rb', line 1326 def clientID @clientID end |
#fromEmail ⇒ Object
Returns the value of attribute fromEmail.
1330 1331 1332 |
# File 'lib/campaigning/soap/generated/default.rb', line 1330 def fromEmail @fromEmail end |
#fromName ⇒ Object
Returns the value of attribute fromName.
1329 1330 1331 |
# File 'lib/campaigning/soap/generated/default.rb', line 1329 def fromName @fromName end |
#htmlUrl ⇒ Object
Returns the value of attribute htmlUrl.
1332 1333 1334 |
# File 'lib/campaigning/soap/generated/default.rb', line 1332 def htmlUrl @htmlUrl end |
#listSegments ⇒ Object
Returns the value of attribute listSegments.
1335 1336 1337 |
# File 'lib/campaigning/soap/generated/default.rb', line 1335 def listSegments @listSegments end |
#replyTo ⇒ Object
Returns the value of attribute replyTo.
1331 1332 1333 |
# File 'lib/campaigning/soap/generated/default.rb', line 1331 def replyTo @replyTo end |
#subscriberListIDs ⇒ Object
Returns the value of attribute subscriberListIDs.
1334 1335 1336 |
# File 'lib/campaigning/soap/generated/default.rb', line 1334 def subscriberListIDs @subscriberListIDs end |
#textUrl ⇒ Object
Returns the value of attribute textUrl.
1333 1334 1335 |
# File 'lib/campaigning/soap/generated/default.rb', line 1333 def textUrl @textUrl end |