Class: EBay::VerifyAddSecondChanceItemRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::VerifyAddSecondChanceItemRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsVerifyAddSecondChanceItemRequestType
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
recipientBidderUserID - (any)
buyItNowPrice - EBay::AmountType
duration - EBay::SecondChanceOfferDurationCodeType
itemID - (any)
sellerMessage - 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.
-
#buyItNowPrice ⇒ Object
Returns the value of attribute buyItNowPrice.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#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.
-
#recipientBidderUserID ⇒ Object
Returns the value of attribute recipientBidderUserID.
-
#sellerMessage ⇒ Object
Returns the value of attribute sellerMessage.
-
#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, recipientBidderUserID = nil, buyItNowPrice = nil, duration = nil, itemID = nil, sellerMessage = nil) ⇒ VerifyAddSecondChanceItemRequestType
constructor
A new instance of VerifyAddSecondChanceItemRequestType.
- #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, recipientBidderUserID = nil, buyItNowPrice = nil, duration = nil, itemID = nil, sellerMessage = nil) ⇒ VerifyAddSecondChanceItemRequestType
Returns a new instance of VerifyAddSecondChanceItemRequestType.
8718 8719 8720 8721 8722 8723 8724 8725 8726 8727 8728 8729 8730 8731 8732 8733 8734 8735 |
# File 'lib/eBay.rb', line 8718 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, recipientBidderUserID = nil, buyItNowPrice = nil, duration = nil, itemID = nil, sellerMessage = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @recipientBidderUserID = recipientBidderUserID @buyItNowPrice = buyItNowPrice @duration = duration @itemID = itemID @sellerMessage = sellerMessage end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
8707 8708 8709 |
# File 'lib/eBay.rb', line 8707 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
8706 8707 8708 |
# File 'lib/eBay.rb', line 8706 def botBlock @botBlock end |
#buyItNowPrice ⇒ Object
Returns the value of attribute buyItNowPrice.
8709 8710 8711 |
# File 'lib/eBay.rb', line 8709 def buyItNowPrice @buyItNowPrice end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
8697 8698 8699 |
# File 'lib/eBay.rb', line 8697 def detailLevel @detailLevel end |
#duration ⇒ Object
Returns the value of attribute duration.
8710 8711 8712 |
# File 'lib/eBay.rb', line 8710 def duration @duration end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
8701 8702 8703 |
# File 'lib/eBay.rb', line 8701 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
8702 8703 8704 |
# File 'lib/eBay.rb', line 8702 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
8698 8699 8700 |
# File 'lib/eBay.rb', line 8698 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
8703 8704 8705 |
# File 'lib/eBay.rb', line 8703 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
8711 8712 8713 |
# File 'lib/eBay.rb', line 8711 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
8699 8700 8701 |
# File 'lib/eBay.rb', line 8699 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
8704 8705 8706 |
# File 'lib/eBay.rb', line 8704 def outputSelector @outputSelector end |
#recipientBidderUserID ⇒ Object
Returns the value of attribute recipientBidderUserID.
8708 8709 8710 |
# File 'lib/eBay.rb', line 8708 def recipientBidderUserID @recipientBidderUserID end |
#sellerMessage ⇒ Object
Returns the value of attribute sellerMessage.
8712 8713 8714 |
# File 'lib/eBay.rb', line 8712 def sellerMessage @sellerMessage end |
#version ⇒ Object
Returns the value of attribute version.
8700 8701 8702 |
# File 'lib/eBay.rb', line 8700 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
8705 8706 8707 |
# File 'lib/eBay.rb', line 8705 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
8714 8715 8716 |
# File 'lib/eBay.rb', line 8714 def set_any(elements) @__xmlele_any = elements end |