Class: EBay::RefundTransactionArrayType
- Inherits:
-
Object
- Object
- EBay::RefundTransactionArrayType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsRefundTransactionArrayType
refundTransaction - EBay::RefundTransactionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#refundTransaction ⇒ Object
Returns the value of attribute refundTransaction.
Instance Method Summary collapse
-
#initialize(refundTransaction = []) ⇒ RefundTransactionArrayType
constructor
A new instance of RefundTransactionArrayType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(refundTransaction = []) ⇒ RefundTransactionArrayType
Returns a new instance of RefundTransactionArrayType.
30127 30128 30129 30130 |
# File 'lib/eBay.rb', line 30127 def initialize(refundTransaction = []) @refundTransaction = refundTransaction @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
30121 30122 30123 |
# File 'lib/eBay.rb', line 30121 def __xmlele_any @__xmlele_any end |
#refundTransaction ⇒ Object
Returns the value of attribute refundTransaction.
30120 30121 30122 |
# File 'lib/eBay.rb', line 30120 def refundTransaction @refundTransaction end |
Instance Method Details
#set_any(elements) ⇒ Object
30123 30124 30125 |
# File 'lib/eBay.rb', line 30123 def set_any(elements) @__xmlele_any = elements end |