Class: EBay::DisableUnpaidItemAssistanceRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsDisableUnpaidItemAssistanceRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
itemID - (any)
transactionID - SOAP::SOAPString
disputeID - (any)
orderLineItemID - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, transactionID = nil, disputeID = nil, orderLineItemID = nil) ⇒ DisableUnpaidItemAssistanceRequestType

Returns a new instance of DisableUnpaidItemAssistanceRequestType.



1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
# File 'lib/eBay.rb', line 1374

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, transactionID = nil, disputeID = nil, orderLineItemID = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @itemID = itemID
  @transactionID = transactionID
  @disputeID = disputeID
  @orderLineItemID = orderLineItemID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1364
1365
1366
# File 'lib/eBay.rb', line 1364

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



1363
1364
1365
# File 'lib/eBay.rb', line 1363

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



1354
1355
1356
# File 'lib/eBay.rb', line 1354

def detailLevel
  @detailLevel
end

#disputeIDObject

Returns the value of attribute disputeID.



1367
1368
1369
# File 'lib/eBay.rb', line 1367

def disputeID
  @disputeID
end

#endUserIPObject

Returns the value of attribute endUserIP.



1358
1359
1360
# File 'lib/eBay.rb', line 1358

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1359
1360
1361
# File 'lib/eBay.rb', line 1359

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1355
1356
1357
# File 'lib/eBay.rb', line 1355

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1360
1361
1362
# File 'lib/eBay.rb', line 1360

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



1365
1366
1367
# File 'lib/eBay.rb', line 1365

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



1356
1357
1358
# File 'lib/eBay.rb', line 1356

def messageID
  @messageID
end

#orderLineItemIDObject

Returns the value of attribute orderLineItemID.



1368
1369
1370
# File 'lib/eBay.rb', line 1368

def orderLineItemID
  @orderLineItemID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



1361
1362
1363
# File 'lib/eBay.rb', line 1361

def outputSelector
  @outputSelector
end

#transactionIDObject

Returns the value of attribute transactionID.



1366
1367
1368
# File 'lib/eBay.rb', line 1366

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



1357
1358
1359
# File 'lib/eBay.rb', line 1357

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1362
1363
1364
# File 'lib/eBay.rb', line 1362

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1370
1371
1372
# File 'lib/eBay.rb', line 1370

def set_any(elements)
  @__xmlele_any = elements
end