Class: EBay::AddToWatchListRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::AddToWatchListRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsAddToWatchListRequestType
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)
variationKey - EBay::VariationKeyType
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.
-
#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.
-
#variationKey ⇒ Object
Returns the value of attribute variationKey.
-
#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 = [], variationKey = []) ⇒ AddToWatchListRequestType
constructor
A new instance of AddToWatchListRequestType.
- #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 = [], variationKey = []) ⇒ AddToWatchListRequestType
Returns a new instance of AddToWatchListRequestType.
844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 |
# File 'lib/eBay.rb', line 844 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = [], variationKey = []) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @itemID = itemID @variationKey = variationKey end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
836 837 838 |
# File 'lib/eBay.rb', line 836 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
835 836 837 |
# File 'lib/eBay.rb', line 835 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
826 827 828 |
# File 'lib/eBay.rb', line 826 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
830 831 832 |
# File 'lib/eBay.rb', line 830 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
831 832 833 |
# File 'lib/eBay.rb', line 831 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
827 828 829 |
# File 'lib/eBay.rb', line 827 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
832 833 834 |
# File 'lib/eBay.rb', line 832 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
837 838 839 |
# File 'lib/eBay.rb', line 837 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
828 829 830 |
# File 'lib/eBay.rb', line 828 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
833 834 835 |
# File 'lib/eBay.rb', line 833 def outputSelector @outputSelector end |
#variationKey ⇒ Object
Returns the value of attribute variationKey.
838 839 840 |
# File 'lib/eBay.rb', line 838 def variationKey @variationKey end |
#version ⇒ Object
Returns the value of attribute version.
829 830 831 |
# File 'lib/eBay.rb', line 829 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
834 835 836 |
# File 'lib/eBay.rb', line 834 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
840 841 842 |
# File 'lib/eBay.rb', line 840 def set_any(elements) @__xmlele_any = elements end |