Class: EBay::DisableUnpaidItemAssistanceRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::DisableUnpaidItemAssistanceRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsDisableUnpaidItemAssistanceRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#disputeID ⇒ Object
Returns the value of attribute disputeID.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#orderLineItemID ⇒ Object
Returns the value of attribute orderLineItemID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#transactionID ⇒ Object
Returns the value of attribute transactionID.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#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
constructor
A new instance of DisableUnpaidItemAssistanceRequestType.
- #set_any(elements) ⇒ Object
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, = 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 = @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
1364 1365 1366 |
# File 'lib/eBay.rb', line 1364 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
1363 1364 1365 |
# File 'lib/eBay.rb', line 1363 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
1354 1355 1356 |
# File 'lib/eBay.rb', line 1354 def detailLevel @detailLevel end |
#disputeID ⇒ Object
Returns the value of attribute disputeID.
1367 1368 1369 |
# File 'lib/eBay.rb', line 1367 def disputeID @disputeID end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
1358 1359 1360 |
# File 'lib/eBay.rb', line 1358 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
1359 1360 1361 |
# File 'lib/eBay.rb', line 1359 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
1355 1356 1357 |
# File 'lib/eBay.rb', line 1355 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
1360 1361 1362 |
# File 'lib/eBay.rb', line 1360 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
1365 1366 1367 |
# File 'lib/eBay.rb', line 1365 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
1356 1357 1358 |
# File 'lib/eBay.rb', line 1356 def @messageID end |
#orderLineItemID ⇒ Object
Returns the value of attribute orderLineItemID.
1368 1369 1370 |
# File 'lib/eBay.rb', line 1368 def orderLineItemID @orderLineItemID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
1361 1362 1363 |
# File 'lib/eBay.rb', line 1361 def outputSelector @outputSelector end |
#transactionID ⇒ Object
Returns the value of attribute transactionID.
1366 1367 1368 |
# File 'lib/eBay.rb', line 1366 def transactionID @transactionID end |
#version ⇒ Object
Returns the value of attribute version.
1357 1358 1359 |
# File 'lib/eBay.rb', line 1357 def version @version end |
#warningLevel ⇒ Object
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 |