Class: EBay::RefundTransactionType
- Inherits:
-
Object
- Object
- EBay::RefundTransactionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsRefundTransactionType
orderID - SOAP::SOAPString
itemID - SOAP::SOAPString
transactionID - SOAP::SOAPString
refundLineArray - EBay::RefundLineArrayType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#orderID ⇒ Object
Returns the value of attribute orderID.
-
#refundLineArray ⇒ Object
Returns the value of attribute refundLineArray.
-
#transactionID ⇒ Object
Returns the value of attribute transactionID.
Instance Method Summary collapse
-
#initialize(orderID = nil, itemID = nil, transactionID = nil, refundLineArray = nil) ⇒ RefundTransactionType
constructor
A new instance of RefundTransactionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(orderID = nil, itemID = nil, transactionID = nil, refundLineArray = nil) ⇒ RefundTransactionType
Returns a new instance of RefundTransactionType.
30183 30184 30185 30186 30187 30188 30189 |
# File 'lib/eBay.rb', line 30183 def initialize(orderID = nil, itemID = nil, transactionID = nil, refundLineArray = nil) @orderID = orderID @itemID = itemID @transactionID = transactionID @refundLineArray = refundLineArray @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
30177 30178 30179 |
# File 'lib/eBay.rb', line 30177 def __xmlele_any @__xmlele_any end |
#itemID ⇒ Object
Returns the value of attribute itemID.
30174 30175 30176 |
# File 'lib/eBay.rb', line 30174 def itemID @itemID end |
#orderID ⇒ Object
Returns the value of attribute orderID.
30173 30174 30175 |
# File 'lib/eBay.rb', line 30173 def orderID @orderID end |
#refundLineArray ⇒ Object
Returns the value of attribute refundLineArray.
30176 30177 30178 |
# File 'lib/eBay.rb', line 30176 def refundLineArray @refundLineArray end |
#transactionID ⇒ Object
Returns the value of attribute transactionID.
30175 30176 30177 |
# File 'lib/eBay.rb', line 30175 def transactionID @transactionID end |
Instance Method Details
#set_any(elements) ⇒ Object
30179 30180 30181 |
# File 'lib/eBay.rb', line 30179 def set_any(elements) @__xmlele_any = elements end |