Class: EBay::EndFixedPriceItemRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::EndFixedPriceItemRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsEndFixedPriceItemRequestType
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
sKU - (any)
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.
-
#sKU ⇒ Object
Returns the value of attribute sKU.
-
#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, sKU = nil) ⇒ EndFixedPriceItemRequestType
constructor
A new instance of EndFixedPriceItemRequestType.
- #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, sKU = nil) ⇒ EndFixedPriceItemRequestType
Returns a new instance of EndFixedPriceItemRequestType.
1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 |
# File 'lib/eBay.rb', line 1427 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, endingReason = nil, sKU = 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 @sKU = sKU end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
1418 1419 1420 |
# File 'lib/eBay.rb', line 1418 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
1417 1418 1419 |
# File 'lib/eBay.rb', line 1417 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
1408 1409 1410 |
# File 'lib/eBay.rb', line 1408 def detailLevel @detailLevel end |
#endingReason ⇒ Object
Returns the value of attribute endingReason.
1420 1421 1422 |
# File 'lib/eBay.rb', line 1420 def endingReason @endingReason end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
1412 1413 1414 |
# File 'lib/eBay.rb', line 1412 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
1413 1414 1415 |
# File 'lib/eBay.rb', line 1413 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
1409 1410 1411 |
# File 'lib/eBay.rb', line 1409 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
1414 1415 1416 |
# File 'lib/eBay.rb', line 1414 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
1419 1420 1421 |
# File 'lib/eBay.rb', line 1419 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
1410 1411 1412 |
# File 'lib/eBay.rb', line 1410 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
1415 1416 1417 |
# File 'lib/eBay.rb', line 1415 def outputSelector @outputSelector end |
#sKU ⇒ Object
Returns the value of attribute sKU.
1421 1422 1423 |
# File 'lib/eBay.rb', line 1421 def sKU @sKU end |
#version ⇒ Object
Returns the value of attribute version.
1411 1412 1413 |
# File 'lib/eBay.rb', line 1411 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
1416 1417 1418 |
# File 'lib/eBay.rb', line 1416 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
1423 1424 1425 |
# File 'lib/eBay.rb', line 1423 def set_any(elements) @__xmlele_any = elements end |