Class: EBay::EndItemRequestContainerType
- Inherits:
-
Object
- Object
- EBay::EndItemRequestContainerType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsEndItemRequestContainerType
itemID - (any)
endingReason - EBay::EndReasonCodeType
- SOAP::SOAPString
sellerInventoryID - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#endingReason ⇒ Object
Returns the value of attribute endingReason.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#sellerInventoryID ⇒ Object
Returns the value of attribute sellerInventoryID.
Instance Method Summary collapse
-
#initialize(itemID = nil, endingReason = nil, messageID = nil, sellerInventoryID = nil) ⇒ EndItemRequestContainerType
constructor
A new instance of EndItemRequestContainerType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(itemID = nil, endingReason = nil, messageID = nil, sellerInventoryID = nil) ⇒ EndItemRequestContainerType
Returns a new instance of EndItemRequestContainerType.
23707 23708 23709 23710 23711 23712 23713 |
# File 'lib/eBay.rb', line 23707 def initialize(itemID = nil, endingReason = nil, = nil, sellerInventoryID = nil) @itemID = itemID @endingReason = endingReason @messageID = @sellerInventoryID = sellerInventoryID @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
23701 23702 23703 |
# File 'lib/eBay.rb', line 23701 def __xmlele_any @__xmlele_any end |
#endingReason ⇒ Object
Returns the value of attribute endingReason.
23698 23699 23700 |
# File 'lib/eBay.rb', line 23698 def endingReason @endingReason end |
#itemID ⇒ Object
Returns the value of attribute itemID.
23697 23698 23699 |
# File 'lib/eBay.rb', line 23697 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
23699 23700 23701 |
# File 'lib/eBay.rb', line 23699 def @messageID end |
#sellerInventoryID ⇒ Object
Returns the value of attribute sellerInventoryID.
23700 23701 23702 |
# File 'lib/eBay.rb', line 23700 def sellerInventoryID @sellerInventoryID end |
Instance Method Details
#set_any(elements) ⇒ Object
23703 23704 23705 |
# File 'lib/eBay.rb', line 23703 def set_any(elements) @__xmlele_any = elements end |