Class: RetrieveProfileExtensionRecords

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

Overview

urn:wsurn:ws.rsysurn:ws.rsys.comretrieveProfileExtensionRecords

profileExtension - InteractObject
queryColumn - QueryColumn
fieldList - SOAP::SOAPString
idsToRetrieve - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(profileExtension = nil, queryColumn = nil, fieldList = [], idsToRetrieve = []) ⇒ RetrieveProfileExtensionRecords

Returns a new instance of RetrieveProfileExtensionRecords.



2282
2283
2284
2285
2286
2287
# File 'lib/metal/default.rb', line 2282

def initialize(profileExtension = nil, queryColumn = nil, fieldList = [], idsToRetrieve = [])
  @profileExtension = profileExtension
  @queryColumn = queryColumn
  @fieldList = fieldList
  @idsToRetrieve = idsToRetrieve
end

Instance Attribute Details

#fieldListObject

Returns the value of attribute fieldList.



2279
2280
2281
# File 'lib/metal/default.rb', line 2279

def fieldList
  @fieldList
end

#idsToRetrieveObject

Returns the value of attribute idsToRetrieve.



2280
2281
2282
# File 'lib/metal/default.rb', line 2280

def idsToRetrieve
  @idsToRetrieve
end

#profileExtensionObject

Returns the value of attribute profileExtension.



2277
2278
2279
# File 'lib/metal/default.rb', line 2277

def profileExtension
  @profileExtension
end

#queryColumnObject

Returns the value of attribute queryColumn.



2278
2279
2280
# File 'lib/metal/default.rb', line 2278

def queryColumn
  @queryColumn
end