Class: CampaignProperties

Inherits:
Object
  • Object
show all
Defined in:
lib/stub/default.rb

Overview

urn:wsurn:ws.rsysurn:ws.rsys.comCampaignProperties

campaign - InteractObject
campaignId - SOAP::SOAPLong
campaignType - CampaignType
description - SOAP::SOAPString
marketingProgram - SOAP::SOAPString
marketingStrategy - SOAP::SOAPString
list - InteractObject
refiningFilters - InteractObject
refiningDataSource - InteractObject
governanceFilter - InteractObject
supplementalCampaignDataSources - InteractObject
suppressionLists - InteractObject
supplementalProofDataSources - InteractObject
supplementalSeedDataSources - InteractObject
proofList - InteractObject
seedList - InteractObject
segmentation - InteractObject
fromName - SOAP::SOAPString
fromEmail - SOAP::SOAPString
replyToEmail - SOAP::SOAPString
bccEmail - SOAP::SOAPString
subject - SOAP::SOAPString
htmlMessage - InteractObject
textMessage - InteractObject
enableLinkTracking - SOAP::SOAPBoolean
linkTable - InteractObject
enableExternalTracking - SOAP::SOAPBoolean
externalTrackingParams - OptionalData
attachments - InteractObject
campaignVariables - OptionalData
campaignPurpose - CampaignPurpose
useUTF8 - SOAP::SOAPBoolean
locale - RecipientLocale
trackHtmlOpens - SOAP::SOAPBoolean
trackConversions - SOAP::SOAPBoolean
sendTextIfHTMLUnknown - SOAP::SOAPBoolean
segmentTrackingColumnName - SOAP::SOAPString
unsubscribeOption - UnsubscribeOption
unsubscribeForm - SOAP::SOAPString
autoCloseOption - AutoCloseOption
autoCloseValue - SOAP::SOAPString
closedCampaignURL - SOAP::SOAPString
externalCampaignCode - SOAP::SOAPString
salesForceCampaignId - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(campaign = nil, campaignId = nil, campaignType = nil, description = nil, marketingProgram = nil, marketingStrategy = nil, list = nil, refiningFilters = [], refiningDataSource = nil, governanceFilter = nil, supplementalCampaignDataSources = [], suppressionLists = [], supplementalProofDataSources = [], supplementalSeedDataSources = [], proofList = nil, seedList = nil, segmentation = [], fromName = nil, fromEmail = nil, replyToEmail = nil, bccEmail = nil, subject = nil, htmlMessage = nil, textMessage = nil, enableLinkTracking = nil, linkTable = nil, enableExternalTracking = nil, externalTrackingParams = [], attachments = [], campaignVariables = [], campaignPurpose = nil, useUTF8 = nil, locale = nil, trackHtmlOpens = nil, trackConversions = nil, sendTextIfHTMLUnknown = nil, segmentTrackingColumnName = nil, unsubscribeOption = nil, unsubscribeForm = nil, autoCloseOption = nil, autoCloseValue = nil, closedCampaignURL = nil, externalCampaignCode = nil, salesForceCampaignId = nil) ⇒ CampaignProperties

Returns a new instance of CampaignProperties.



200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
# File 'lib/stub/default.rb', line 200

def initialize(campaign = nil, campaignId = nil, campaignType = nil, description = nil, marketingProgram = nil, marketingStrategy = nil, list = nil, refiningFilters = [], refiningDataSource = nil, governanceFilter = nil, supplementalCampaignDataSources = [], suppressionLists = [], supplementalProofDataSources = [], supplementalSeedDataSources = [], proofList = nil, seedList = nil, segmentation = [], fromName = nil, fromEmail = nil, replyToEmail = nil, bccEmail = nil, subject = nil, htmlMessage = nil, textMessage = nil, enableLinkTracking = nil, linkTable = nil, enableExternalTracking = nil, externalTrackingParams = [], attachments = [], campaignVariables = [], campaignPurpose = nil, useUTF8 = nil, locale = nil, trackHtmlOpens = nil, trackConversions = nil, sendTextIfHTMLUnknown = nil, segmentTrackingColumnName = nil, unsubscribeOption = nil, unsubscribeForm = nil, autoCloseOption = nil, autoCloseValue = nil, closedCampaignURL = nil, externalCampaignCode = nil, salesForceCampaignId = nil)
  @campaign = campaign
  @campaignId = campaignId
  @campaignType = campaignType
  @description = description
  @marketingProgram = marketingProgram
  @marketingStrategy = marketingStrategy
  @list = list
  @refiningFilters = refiningFilters
  @refiningDataSource = refiningDataSource
  @governanceFilter = governanceFilter
  @supplementalCampaignDataSources = supplementalCampaignDataSources
  @suppressionLists = suppressionLists
  @supplementalProofDataSources = supplementalProofDataSources
  @supplementalSeedDataSources = supplementalSeedDataSources
  @proofList = proofList
  @seedList = seedList
  @segmentation = segmentation
  @fromName = fromName
  @fromEmail = fromEmail
  @replyToEmail = replyToEmail
  @bccEmail = bccEmail
  @subject = subject
  @htmlMessage = htmlMessage
  @textMessage = textMessage
  @enableLinkTracking = enableLinkTracking
  @linkTable = linkTable
  @enableExternalTracking = enableExternalTracking
  @externalTrackingParams = externalTrackingParams
  @attachments = attachments
  @campaignVariables = campaignVariables
  @campaignPurpose = campaignPurpose
  @useUTF8 = useUTF8
  @locale = locale
  @trackHtmlOpens = trackHtmlOpens
  @trackConversions = trackConversions
  @sendTextIfHTMLUnknown = sendTextIfHTMLUnknown
  @segmentTrackingColumnName = segmentTrackingColumnName
  @unsubscribeOption = unsubscribeOption
  @unsubscribeForm = unsubscribeForm
  @autoCloseOption = autoCloseOption
  @autoCloseValue = autoCloseValue
  @closedCampaignURL = closedCampaignURL
  @externalCampaignCode = externalCampaignCode
  @salesForceCampaignId = salesForceCampaignId
end

Instance Attribute Details

#attachmentsObject

Returns the value of attribute attachments.



183
184
185
# File 'lib/stub/default.rb', line 183

def attachments
  @attachments
end

#autoCloseOptionObject

Returns the value of attribute autoCloseOption.



194
195
196
# File 'lib/stub/default.rb', line 194

def autoCloseOption
  @autoCloseOption
end

#autoCloseValueObject

Returns the value of attribute autoCloseValue.



195
196
197
# File 'lib/stub/default.rb', line 195

def autoCloseValue
  @autoCloseValue
end

#bccEmailObject

Returns the value of attribute bccEmail.



175
176
177
# File 'lib/stub/default.rb', line 175

def bccEmail
  @bccEmail
end

#campaignObject

Returns the value of attribute campaign.



155
156
157
# File 'lib/stub/default.rb', line 155

def campaign
  @campaign
end

#campaignIdObject

Returns the value of attribute campaignId.



156
157
158
# File 'lib/stub/default.rb', line 156

def campaignId
  @campaignId
end

#campaignPurposeObject

Returns the value of attribute campaignPurpose.



185
186
187
# File 'lib/stub/default.rb', line 185

def campaignPurpose
  @campaignPurpose
end

#campaignTypeObject

Returns the value of attribute campaignType.



157
158
159
# File 'lib/stub/default.rb', line 157

def campaignType
  @campaignType
end

#campaignVariablesObject

Returns the value of attribute campaignVariables.



184
185
186
# File 'lib/stub/default.rb', line 184

def campaignVariables
  @campaignVariables
end

#closedCampaignURLObject

Returns the value of attribute closedCampaignURL.



196
197
198
# File 'lib/stub/default.rb', line 196

def closedCampaignURL
  @closedCampaignURL
end

#descriptionObject

Returns the value of attribute description.



158
159
160
# File 'lib/stub/default.rb', line 158

def description
  @description
end

#enableExternalTrackingObject

Returns the value of attribute enableExternalTracking.



181
182
183
# File 'lib/stub/default.rb', line 181

def enableExternalTracking
  @enableExternalTracking
end

#enableLinkTrackingObject

Returns the value of attribute enableLinkTracking.



179
180
181
# File 'lib/stub/default.rb', line 179

def enableLinkTracking
  @enableLinkTracking
end

#externalCampaignCodeObject

Returns the value of attribute externalCampaignCode.



197
198
199
# File 'lib/stub/default.rb', line 197

def externalCampaignCode
  @externalCampaignCode
end

#externalTrackingParamsObject

Returns the value of attribute externalTrackingParams.



182
183
184
# File 'lib/stub/default.rb', line 182

def externalTrackingParams
  @externalTrackingParams
end

#fromEmailObject

Returns the value of attribute fromEmail.



173
174
175
# File 'lib/stub/default.rb', line 173

def fromEmail
  @fromEmail
end

#fromNameObject

Returns the value of attribute fromName.



172
173
174
# File 'lib/stub/default.rb', line 172

def fromName
  @fromName
end

#governanceFilterObject

Returns the value of attribute governanceFilter.



164
165
166
# File 'lib/stub/default.rb', line 164

def governanceFilter
  @governanceFilter
end

#htmlMessageObject

Returns the value of attribute htmlMessage.



177
178
179
# File 'lib/stub/default.rb', line 177

def htmlMessage
  @htmlMessage
end

#linkTableObject

Returns the value of attribute linkTable.



180
181
182
# File 'lib/stub/default.rb', line 180

def linkTable
  @linkTable
end

#listObject

Returns the value of attribute list.



161
162
163
# File 'lib/stub/default.rb', line 161

def list
  @list
end

#localeObject

Returns the value of attribute locale.



187
188
189
# File 'lib/stub/default.rb', line 187

def locale
  @locale
end

#marketingProgramObject

Returns the value of attribute marketingProgram.



159
160
161
# File 'lib/stub/default.rb', line 159

def marketingProgram
  @marketingProgram
end

#marketingStrategyObject

Returns the value of attribute marketingStrategy.



160
161
162
# File 'lib/stub/default.rb', line 160

def marketingStrategy
  @marketingStrategy
end

#proofListObject

Returns the value of attribute proofList.



169
170
171
# File 'lib/stub/default.rb', line 169

def proofList
  @proofList
end

#refiningDataSourceObject

Returns the value of attribute refiningDataSource.



163
164
165
# File 'lib/stub/default.rb', line 163

def refiningDataSource
  @refiningDataSource
end

#refiningFiltersObject

Returns the value of attribute refiningFilters.



162
163
164
# File 'lib/stub/default.rb', line 162

def refiningFilters
  @refiningFilters
end

#replyToEmailObject

Returns the value of attribute replyToEmail.



174
175
176
# File 'lib/stub/default.rb', line 174

def replyToEmail
  @replyToEmail
end

#salesForceCampaignIdObject

Returns the value of attribute salesForceCampaignId.



198
199
200
# File 'lib/stub/default.rb', line 198

def salesForceCampaignId
  @salesForceCampaignId
end

#seedListObject

Returns the value of attribute seedList.



170
171
172
# File 'lib/stub/default.rb', line 170

def seedList
  @seedList
end

#segmentationObject

Returns the value of attribute segmentation.



171
172
173
# File 'lib/stub/default.rb', line 171

def segmentation
  @segmentation
end

#segmentTrackingColumnNameObject

Returns the value of attribute segmentTrackingColumnName.



191
192
193
# File 'lib/stub/default.rb', line 191

def segmentTrackingColumnName
  @segmentTrackingColumnName
end

#sendTextIfHTMLUnknownObject

Returns the value of attribute sendTextIfHTMLUnknown.



190
191
192
# File 'lib/stub/default.rb', line 190

def sendTextIfHTMLUnknown
  @sendTextIfHTMLUnknown
end

#subjectObject

Returns the value of attribute subject.



176
177
178
# File 'lib/stub/default.rb', line 176

def subject
  @subject
end

#supplementalCampaignDataSourcesObject

Returns the value of attribute supplementalCampaignDataSources.



165
166
167
# File 'lib/stub/default.rb', line 165

def supplementalCampaignDataSources
  @supplementalCampaignDataSources
end

#supplementalProofDataSourcesObject

Returns the value of attribute supplementalProofDataSources.



167
168
169
# File 'lib/stub/default.rb', line 167

def supplementalProofDataSources
  @supplementalProofDataSources
end

#supplementalSeedDataSourcesObject

Returns the value of attribute supplementalSeedDataSources.



168
169
170
# File 'lib/stub/default.rb', line 168

def supplementalSeedDataSources
  @supplementalSeedDataSources
end

#suppressionListsObject

Returns the value of attribute suppressionLists.



166
167
168
# File 'lib/stub/default.rb', line 166

def suppressionLists
  @suppressionLists
end

#textMessageObject

Returns the value of attribute textMessage.



178
179
180
# File 'lib/stub/default.rb', line 178

def textMessage
  @textMessage
end

#trackConversionsObject

Returns the value of attribute trackConversions.



189
190
191
# File 'lib/stub/default.rb', line 189

def trackConversions
  @trackConversions
end

#trackHtmlOpensObject

Returns the value of attribute trackHtmlOpens.



188
189
190
# File 'lib/stub/default.rb', line 188

def trackHtmlOpens
  @trackHtmlOpens
end

#unsubscribeFormObject

Returns the value of attribute unsubscribeForm.



193
194
195
# File 'lib/stub/default.rb', line 193

def unsubscribeForm
  @unsubscribeForm
end

#unsubscribeOptionObject

Returns the value of attribute unsubscribeOption.



192
193
194
# File 'lib/stub/default.rb', line 192

def unsubscribeOption
  @unsubscribeOption
end

#useUTF8Object

Returns the value of attribute useUTF8.



186
187
188
# File 'lib/stub/default.rb', line 186

def useUTF8
  @useUTF8
end