Class: EBay::RefundTransactionArrayType

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

Overview

urn:ebay:apis:eBLBaseComponentsRefundTransactionArrayType

refundTransaction - EBay::RefundTransactionType

Instance Attribute Summary collapse

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



30121
30122
30123
# File 'lib/eBay.rb', line 30121

def __xmlele_any
  @__xmlele_any
end

#refundTransactionObject

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