Class: RetrieveProfileExtensionRecords
- Inherits:
-
Object
- Object
- RetrieveProfileExtensionRecords
- 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
-
#fieldList ⇒ Object
Returns the value of attribute fieldList.
-
#idsToRetrieve ⇒ Object
Returns the value of attribute idsToRetrieve.
-
#profileExtension ⇒ Object
Returns the value of attribute profileExtension.
-
#queryColumn ⇒ Object
Returns the value of attribute queryColumn.
Instance Method Summary collapse
-
#initialize(profileExtension = nil, queryColumn = nil, fieldList = [], idsToRetrieve = []) ⇒ RetrieveProfileExtensionRecords
constructor
A new instance of RetrieveProfileExtensionRecords.
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
#fieldList ⇒ Object
Returns the value of attribute fieldList.
2279 2280 2281 |
# File 'lib/metal/default.rb', line 2279 def fieldList @fieldList end |
#idsToRetrieve ⇒ Object
Returns the value of attribute idsToRetrieve.
2280 2281 2282 |
# File 'lib/metal/default.rb', line 2280 def idsToRetrieve @idsToRetrieve end |
#profileExtension ⇒ Object
Returns the value of attribute profileExtension.
2277 2278 2279 |
# File 'lib/metal/default.rb', line 2277 def profileExtension @profileExtension end |
#queryColumn ⇒ Object
Returns the value of attribute queryColumn.
2278 2279 2280 |
# File 'lib/metal/default.rb', line 2278 def queryColumn @queryColumn end |