Class: MergeIntoProfileExtension
- Inherits:
-
Object
- Object
- MergeIntoProfileExtension
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.commergeIntoProfileExtension
profileExtension - InteractObject
recordData - RecordData
matchColumn - QueryColumn
insertOnNoMatch - SOAP::SOAPBoolean
updateOnMatch - UpdateOnMatch
Instance Attribute Summary collapse
-
#insertOnNoMatch ⇒ Object
Returns the value of attribute insertOnNoMatch.
-
#matchColumn ⇒ Object
Returns the value of attribute matchColumn.
-
#profileExtension ⇒ Object
Returns the value of attribute profileExtension.
-
#recordData ⇒ Object
Returns the value of attribute recordData.
-
#updateOnMatch ⇒ Object
Returns the value of attribute updateOnMatch.
Instance Method Summary collapse
-
#initialize(profileExtension = nil, recordData = nil, matchColumn = nil, insertOnNoMatch = nil, updateOnMatch = nil) ⇒ MergeIntoProfileExtension
constructor
A new instance of MergeIntoProfileExtension.
Constructor Details
#initialize(profileExtension = nil, recordData = nil, matchColumn = nil, insertOnNoMatch = nil, updateOnMatch = nil) ⇒ MergeIntoProfileExtension
Returns a new instance of MergeIntoProfileExtension.
2204 2205 2206 2207 2208 2209 2210 |
# File 'lib/stub/default.rb', line 2204 def initialize(profileExtension = nil, recordData = nil, matchColumn = nil, insertOnNoMatch = nil, updateOnMatch = nil) @profileExtension = profileExtension @recordData = recordData @matchColumn = matchColumn @insertOnNoMatch = insertOnNoMatch @updateOnMatch = updateOnMatch end |
Instance Attribute Details
#insertOnNoMatch ⇒ Object
Returns the value of attribute insertOnNoMatch.
2201 2202 2203 |
# File 'lib/stub/default.rb', line 2201 def insertOnNoMatch @insertOnNoMatch end |
#matchColumn ⇒ Object
Returns the value of attribute matchColumn.
2200 2201 2202 |
# File 'lib/stub/default.rb', line 2200 def matchColumn @matchColumn end |
#profileExtension ⇒ Object
Returns the value of attribute profileExtension.
2198 2199 2200 |
# File 'lib/stub/default.rb', line 2198 def profileExtension @profileExtension end |
#recordData ⇒ Object
Returns the value of attribute recordData.
2199 2200 2201 |
# File 'lib/stub/default.rb', line 2199 def recordData @recordData end |
#updateOnMatch ⇒ Object
Returns the value of attribute updateOnMatch.
2202 2203 2204 |
# File 'lib/stub/default.rb', line 2202 def updateOnMatch @updateOnMatch end |