Class: MergeIntoProfileExtension

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#insertOnNoMatchObject

Returns the value of attribute insertOnNoMatch.



2201
2202
2203
# File 'lib/stub/default.rb', line 2201

def insertOnNoMatch
  @insertOnNoMatch
end

#matchColumnObject

Returns the value of attribute matchColumn.



2200
2201
2202
# File 'lib/stub/default.rb', line 2200

def matchColumn
  @matchColumn
end

#profileExtensionObject

Returns the value of attribute profileExtension.



2198
2199
2200
# File 'lib/stub/default.rb', line 2198

def profileExtension
  @profileExtension
end

#recordDataObject

Returns the value of attribute recordData.



2199
2200
2201
# File 'lib/stub/default.rb', line 2199

def recordData
  @recordData
end

#updateOnMatchObject

Returns the value of attribute updateOnMatch.



2202
2203
2204
# File 'lib/stub/default.rb', line 2202

def updateOnMatch
  @updateOnMatch
end