Class: EBay::GetItemShippingRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetItemShippingRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetItemShippingRequestType
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)
quantitySold - SOAP::SOAPInt
destinationPostalCode - SOAP::SOAPString
destinationCountryCode - EBay::CountryCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#destinationCountryCode ⇒ Object
Returns the value of attribute destinationCountryCode.
-
#destinationPostalCode ⇒ Object
Returns the value of attribute destinationPostalCode.
-
#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.
-
#quantitySold ⇒ Object
Returns the value of attribute quantitySold.
-
#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, quantitySold = nil, destinationPostalCode = nil, destinationCountryCode = nil) ⇒ GetItemShippingRequestType
constructor
A new instance of GetItemShippingRequestType.
- #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, quantitySold = nil, destinationPostalCode = nil, destinationCountryCode = nil) ⇒ GetItemShippingRequestType
Returns a new instance of GetItemShippingRequestType.
2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 |
# File 'lib/eBay.rb', line 2988 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, quantitySold = nil, destinationPostalCode = nil, destinationCountryCode = 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 @quantitySold = quantitySold @destinationPostalCode = destinationPostalCode @destinationCountryCode = destinationCountryCode end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
2978 2979 2980 |
# File 'lib/eBay.rb', line 2978 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
2977 2978 2979 |
# File 'lib/eBay.rb', line 2977 def botBlock @botBlock end |
#destinationCountryCode ⇒ Object
Returns the value of attribute destinationCountryCode.
2982 2983 2984 |
# File 'lib/eBay.rb', line 2982 def destinationCountryCode @destinationCountryCode end |
#destinationPostalCode ⇒ Object
Returns the value of attribute destinationPostalCode.
2981 2982 2983 |
# File 'lib/eBay.rb', line 2981 def destinationPostalCode @destinationPostalCode end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
2968 2969 2970 |
# File 'lib/eBay.rb', line 2968 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
2972 2973 2974 |
# File 'lib/eBay.rb', line 2972 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
2973 2974 2975 |
# File 'lib/eBay.rb', line 2973 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
2969 2970 2971 |
# File 'lib/eBay.rb', line 2969 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
2974 2975 2976 |
# File 'lib/eBay.rb', line 2974 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
2979 2980 2981 |
# File 'lib/eBay.rb', line 2979 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
2970 2971 2972 |
# File 'lib/eBay.rb', line 2970 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
2975 2976 2977 |
# File 'lib/eBay.rb', line 2975 def outputSelector @outputSelector end |
#quantitySold ⇒ Object
Returns the value of attribute quantitySold.
2980 2981 2982 |
# File 'lib/eBay.rb', line 2980 def quantitySold @quantitySold end |
#version ⇒ Object
Returns the value of attribute version.
2971 2972 2973 |
# File 'lib/eBay.rb', line 2971 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
2976 2977 2978 |
# File 'lib/eBay.rb', line 2976 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
2984 2985 2986 |
# File 'lib/eBay.rb', line 2984 def set_any(elements) @__xmlele_any = elements end |