Class: ListMergeRule
- Inherits:
-
Object
- Object
- ListMergeRule
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comListMergeRule
insertOnNoMatch - SOAP::SOAPBoolean
updateOnMatch - UpdateOnMatch
matchColumnName1 - SOAP::SOAPString
matchColumnName2 - SOAP::SOAPString
matchColumnName3 - SOAP::SOAPString
matchOperator - MatchOperator
optinValue - SOAP::SOAPString
optoutValue - SOAP::SOAPString
htmlValue - SOAP::SOAPString
textValue - SOAP::SOAPString
rejectRecordIfChannelEmpty - SOAP::SOAPString
defaultPermissionStatus - PermissionStatus
Instance Attribute Summary collapse
-
#defaultPermissionStatus ⇒ Object
Returns the value of attribute defaultPermissionStatus.
-
#htmlValue ⇒ Object
Returns the value of attribute htmlValue.
-
#insertOnNoMatch ⇒ Object
Returns the value of attribute insertOnNoMatch.
-
#matchColumnName1 ⇒ Object
Returns the value of attribute matchColumnName1.
-
#matchColumnName2 ⇒ Object
Returns the value of attribute matchColumnName2.
-
#matchColumnName3 ⇒ Object
Returns the value of attribute matchColumnName3.
-
#matchOperator ⇒ Object
Returns the value of attribute matchOperator.
-
#optinValue ⇒ Object
Returns the value of attribute optinValue.
-
#optoutValue ⇒ Object
Returns the value of attribute optoutValue.
-
#rejectRecordIfChannelEmpty ⇒ Object
Returns the value of attribute rejectRecordIfChannelEmpty.
-
#textValue ⇒ Object
Returns the value of attribute textValue.
-
#updateOnMatch ⇒ Object
Returns the value of attribute updateOnMatch.
Instance Method Summary collapse
-
#initialize(insertOnNoMatch = nil, updateOnMatch = nil, matchColumnName1 = nil, matchColumnName2 = nil, matchColumnName3 = nil, matchOperator = nil, optinValue = nil, optoutValue = nil, htmlValue = nil, textValue = nil, rejectRecordIfChannelEmpty = nil, defaultPermissionStatus = nil) ⇒ ListMergeRule
constructor
A new instance of ListMergeRule.
Constructor Details
#initialize(insertOnNoMatch = nil, updateOnMatch = nil, matchColumnName1 = nil, matchColumnName2 = nil, matchColumnName3 = nil, matchOperator = nil, optinValue = nil, optoutValue = nil, htmlValue = nil, textValue = nil, rejectRecordIfChannelEmpty = nil, defaultPermissionStatus = nil) ⇒ ListMergeRule
Returns a new instance of ListMergeRule.
424 425 426 427 428 429 430 431 432 433 434 435 436 437 |
# File 'lib/stub/default.rb', line 424 def initialize(insertOnNoMatch = nil, updateOnMatch = nil, matchColumnName1 = nil, matchColumnName2 = nil, matchColumnName3 = nil, matchOperator = nil, optinValue = nil, optoutValue = nil, htmlValue = nil, textValue = nil, rejectRecordIfChannelEmpty = nil, defaultPermissionStatus = nil) @insertOnNoMatch = insertOnNoMatch @updateOnMatch = updateOnMatch @matchColumnName1 = matchColumnName1 @matchColumnName2 = matchColumnName2 @matchColumnName3 = matchColumnName3 @matchOperator = matchOperator @optinValue = optinValue @optoutValue = optoutValue @htmlValue = htmlValue @textValue = textValue @rejectRecordIfChannelEmpty = rejectRecordIfChannelEmpty @defaultPermissionStatus = defaultPermissionStatus end |
Instance Attribute Details
#defaultPermissionStatus ⇒ Object
Returns the value of attribute defaultPermissionStatus.
422 423 424 |
# File 'lib/stub/default.rb', line 422 def defaultPermissionStatus @defaultPermissionStatus end |
#htmlValue ⇒ Object
Returns the value of attribute htmlValue.
419 420 421 |
# File 'lib/stub/default.rb', line 419 def htmlValue @htmlValue end |
#insertOnNoMatch ⇒ Object
Returns the value of attribute insertOnNoMatch.
411 412 413 |
# File 'lib/stub/default.rb', line 411 def insertOnNoMatch @insertOnNoMatch end |
#matchColumnName1 ⇒ Object
Returns the value of attribute matchColumnName1.
413 414 415 |
# File 'lib/stub/default.rb', line 413 def matchColumnName1 @matchColumnName1 end |
#matchColumnName2 ⇒ Object
Returns the value of attribute matchColumnName2.
414 415 416 |
# File 'lib/stub/default.rb', line 414 def matchColumnName2 @matchColumnName2 end |
#matchColumnName3 ⇒ Object
Returns the value of attribute matchColumnName3.
415 416 417 |
# File 'lib/stub/default.rb', line 415 def matchColumnName3 @matchColumnName3 end |
#matchOperator ⇒ Object
Returns the value of attribute matchOperator.
416 417 418 |
# File 'lib/stub/default.rb', line 416 def matchOperator @matchOperator end |
#optinValue ⇒ Object
Returns the value of attribute optinValue.
417 418 419 |
# File 'lib/stub/default.rb', line 417 def optinValue @optinValue end |
#optoutValue ⇒ Object
Returns the value of attribute optoutValue.
418 419 420 |
# File 'lib/stub/default.rb', line 418 def optoutValue @optoutValue end |
#rejectRecordIfChannelEmpty ⇒ Object
Returns the value of attribute rejectRecordIfChannelEmpty.
421 422 423 |
# File 'lib/stub/default.rb', line 421 def rejectRecordIfChannelEmpty @rejectRecordIfChannelEmpty end |
#textValue ⇒ Object
Returns the value of attribute textValue.
420 421 422 |
# File 'lib/stub/default.rb', line 420 def textValue @textValue end |
#updateOnMatch ⇒ Object
Returns the value of attribute updateOnMatch.
412 413 414 |
# File 'lib/stub/default.rb', line 412 def updateOnMatch @updateOnMatch end |