Class: EBay::EndItemRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::EndItemRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsEndItemRequestType
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)
endingReason - EBay::EndReasonCodeType
sellerInventoryID - 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.
-
#endingReason ⇒ Object
Returns the value of attribute endingReason.
-
#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.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#sellerInventoryID ⇒ Object
Returns the value of attribute sellerInventoryID.
-
#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, endingReason = nil, sellerInventoryID = nil) ⇒ EndItemRequestType
constructor
A new instance of EndItemRequestType.
- #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, endingReason = nil, sellerInventoryID = nil) ⇒ EndItemRequestType
Returns a new instance of EndItemRequestType.
1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 |
# File 'lib/eBay.rb', line 1479 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, endingReason = nil, sellerInventoryID = 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 @endingReason = endingReason @sellerInventoryID = sellerInventoryID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
1470 1471 1472 |
# File 'lib/eBay.rb', line 1470 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
1469 1470 1471 |
# File 'lib/eBay.rb', line 1469 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
1460 1461 1462 |
# File 'lib/eBay.rb', line 1460 def detailLevel @detailLevel end |
#endingReason ⇒ Object
Returns the value of attribute endingReason.
1472 1473 1474 |
# File 'lib/eBay.rb', line 1472 def endingReason @endingReason end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
1464 1465 1466 |
# File 'lib/eBay.rb', line 1464 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
1465 1466 1467 |
# File 'lib/eBay.rb', line 1465 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
1461 1462 1463 |
# File 'lib/eBay.rb', line 1461 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
1466 1467 1468 |
# File 'lib/eBay.rb', line 1466 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
1471 1472 1473 |
# File 'lib/eBay.rb', line 1471 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
1462 1463 1464 |
# File 'lib/eBay.rb', line 1462 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
1467 1468 1469 |
# File 'lib/eBay.rb', line 1467 def outputSelector @outputSelector end |
#sellerInventoryID ⇒ Object
Returns the value of attribute sellerInventoryID.
1473 1474 1475 |
# File 'lib/eBay.rb', line 1473 def sellerInventoryID @sellerInventoryID end |
#version ⇒ Object
Returns the value of attribute version.
1463 1464 1465 |
# File 'lib/eBay.rb', line 1463 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
1468 1469 1470 |
# File 'lib/eBay.rb', line 1468 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
1475 1476 1477 |
# File 'lib/eBay.rb', line 1475 def set_any(elements) @__xmlele_any = elements end |