Class: EBay::ItemTransactionIDType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsItemTransactionIDType

itemID - (any)
transactionID - SOAP::SOAPString
sKU - (any)
orderLineItemID - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



25400
25401
25402
# File 'lib/eBay.rb', line 25400

def __xmlele_any
  @__xmlele_any
end

#itemIDObject

Returns the value of attribute itemID.



25396
25397
25398
# File 'lib/eBay.rb', line 25396

def itemID
  @itemID
end

#orderLineItemIDObject

Returns the value of attribute orderLineItemID.



25399
25400
25401
# File 'lib/eBay.rb', line 25399

def orderLineItemID
  @orderLineItemID
end

#sKUObject

Returns the value of attribute sKU.



25398
25399
25400
# File 'lib/eBay.rb', line 25398

def sKU
  @sKU
end

#transactionIDObject

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