Class: GetItemShippingRequestType
- Inherits:
-
Object
- Object
- GetItemShippingRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetItemShippingRequestType
Constant Summary collapse
- @@schema_type =
"GetItemShippingRequestType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]], ["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]], ["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]], ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]], ["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]], ["invocationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]], ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]], ["quantitySold", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "QuantitySold")]], ["destinationPostalCode", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DestinationPostalCode")]], ["destinationCountryCode", ["CountryCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DestinationCountryCode")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#destinationCountryCode ⇒ Object
Returns the value of attribute destinationCountryCode.
-
#destinationPostalCode ⇒ Object
Returns the value of attribute destinationPostalCode.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#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.
-
#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, errorHandling = nil, invocationID = nil, warningLevel = 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, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, quantitySold = nil, destinationPostalCode = nil, destinationCountryCode = nil) ⇒ GetItemShippingRequestType
Returns a new instance of GetItemShippingRequestType.
4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 |
# File 'lib/eBay.rb', line 4869 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, quantitySold = nil, destinationPostalCode = nil, destinationCountryCode = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__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.
4859 4860 4861 |
# File 'lib/eBay.rb', line 4859 def __xmlele_any @__xmlele_any end |
#destinationCountryCode ⇒ Object
Returns the value of attribute destinationCountryCode.
4863 4864 4865 |
# File 'lib/eBay.rb', line 4863 def destinationCountryCode @destinationCountryCode end |
#destinationPostalCode ⇒ Object
Returns the value of attribute destinationPostalCode.
4862 4863 4864 |
# File 'lib/eBay.rb', line 4862 def destinationPostalCode @destinationPostalCode end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
4852 4853 4854 |
# File 'lib/eBay.rb', line 4852 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
4856 4857 4858 |
# File 'lib/eBay.rb', line 4856 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
4853 4854 4855 |
# File 'lib/eBay.rb', line 4853 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
4857 4858 4859 |
# File 'lib/eBay.rb', line 4857 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
4860 4861 4862 |
# File 'lib/eBay.rb', line 4860 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
4854 4855 4856 |
# File 'lib/eBay.rb', line 4854 def end |
#quantitySold ⇒ Object
Returns the value of attribute quantitySold.
4861 4862 4863 |
# File 'lib/eBay.rb', line 4861 def quantitySold @quantitySold end |
#version ⇒ Object
Returns the value of attribute version.
4855 4856 4857 |
# File 'lib/eBay.rb', line 4855 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
4858 4859 4860 |
# File 'lib/eBay.rb', line 4858 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
4865 4866 4867 |
# File 'lib/eBay.rb', line 4865 def set_any(elements) @__xmlele_any = elements end |