Class: EBay::ItemTransactionIDType
- Inherits:
-
Object
- Object
- EBay::ItemTransactionIDType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsItemTransactionIDType
itemID - (any)
transactionID - SOAP::SOAPString
sKU - (any)
orderLineItemID - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#orderLineItemID ⇒ Object
Returns the value of attribute orderLineItemID.
-
#sKU ⇒ Object
Returns the value of attribute sKU.
-
#transactionID ⇒ Object
Returns the value of attribute transactionID.
Instance Method Summary collapse
-
#initialize(itemID = nil, transactionID = nil, sKU = nil, orderLineItemID = nil) ⇒ ItemTransactionIDType
constructor
A new instance of ItemTransactionIDType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(itemID = nil, transactionID = nil, sKU = nil, orderLineItemID = nil) ⇒ ItemTransactionIDType
Returns a new instance of ItemTransactionIDType.
25406 25407 25408 25409 25410 25411 25412 |
# File 'lib/eBay.rb', line 25406 def initialize(itemID = nil, transactionID = nil, sKU = nil, orderLineItemID = nil) @itemID = itemID @transactionID = transactionID @sKU = sKU @orderLineItemID = orderLineItemID @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
25400 25401 25402 |
# File 'lib/eBay.rb', line 25400 def __xmlele_any @__xmlele_any end |
#itemID ⇒ Object
Returns the value of attribute itemID.
25396 25397 25398 |
# File 'lib/eBay.rb', line 25396 def itemID @itemID end |
#orderLineItemID ⇒ Object
Returns the value of attribute orderLineItemID.
25399 25400 25401 |
# File 'lib/eBay.rb', line 25399 def orderLineItemID @orderLineItemID end |
#sKU ⇒ Object
Returns the value of attribute sKU.
25398 25399 25400 |
# File 'lib/eBay.rb', line 25398 def sKU @sKU end |
#transactionID ⇒ Object
Returns the value of attribute transactionID.
25397 25398 25399 |
# File 'lib/eBay.rb', line 25397 def transactionID @transactionID end |
Instance Method Details
#set_any(elements) ⇒ Object
25402 25403 25404 |
# File 'lib/eBay.rb', line 25402 def set_any(elements) @__xmlele_any = elements end |