Class: EndItemRequestType
- Inherits:
-
Object
- Object
- EndItemRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsEndItemRequestType
Constant Summary collapse
- @@schema_type =
"EndItemRequestType"- @@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")]], ["endingReason", ["EndReasonCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EndingReason")]], ["sellerInventoryID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SellerInventoryID")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endingReason ⇒ Object
Returns the value of attribute endingReason.
-
#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.
-
#sellerInventoryID ⇒ Object
Returns the value of attribute sellerInventoryID.
-
#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, endingReason = nil, sellerInventoryID = nil) ⇒ EndItemRequestType
constructor
A new instance of EndItemRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, endingReason = nil, sellerInventoryID = nil) ⇒ EndItemRequestType
Returns a new instance of EndItemRequestType.
1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 |
# File 'lib/eBay.rb', line 1723 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, endingReason = nil, sellerInventoryID = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @itemID = itemID @endingReason = endingReason @sellerInventoryID = sellerInventoryID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
1714 1715 1716 |
# File 'lib/eBay.rb', line 1714 def __xmlele_any @__xmlele_any end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
1707 1708 1709 |
# File 'lib/eBay.rb', line 1707 def detailLevel @detailLevel end |
#endingReason ⇒ Object
Returns the value of attribute endingReason.
1716 1717 1718 |
# File 'lib/eBay.rb', line 1716 def endingReason @endingReason end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
1711 1712 1713 |
# File 'lib/eBay.rb', line 1711 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
1708 1709 1710 |
# File 'lib/eBay.rb', line 1708 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
1712 1713 1714 |
# File 'lib/eBay.rb', line 1712 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
1715 1716 1717 |
# File 'lib/eBay.rb', line 1715 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
1709 1710 1711 |
# File 'lib/eBay.rb', line 1709 def @messageID end |
#sellerInventoryID ⇒ Object
Returns the value of attribute sellerInventoryID.
1717 1718 1719 |
# File 'lib/eBay.rb', line 1717 def sellerInventoryID @sellerInventoryID end |
#version ⇒ Object
Returns the value of attribute version.
1710 1711 1712 |
# File 'lib/eBay.rb', line 1710 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
1713 1714 1715 |
# File 'lib/eBay.rb', line 1713 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
1719 1720 1721 |
# File 'lib/eBay.rb', line 1719 def set_any(elements) @__xmlele_any = elements end |