Class: EBay::RefundFundingSourceArrayType

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

Overview

urn:ebay:apis:eBLBaseComponentsRefundFundingSourceArrayType

refundFundingSource - EBay::RefundFundingSourceType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(refundFundingSource = []) ⇒ RefundFundingSourceArrayType

Returns a new instance of RefundFundingSourceArrayType.



30028
30029
30030
30031
# File 'lib/eBay.rb', line 30028

def initialize(refundFundingSource = [])
  @refundFundingSource = refundFundingSource
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



30022
30023
30024
# File 'lib/eBay.rb', line 30022

def __xmlele_any
  @__xmlele_any
end

#refundFundingSourceObject

Returns the value of attribute refundFundingSource.



30021
30022
30023
# File 'lib/eBay.rb', line 30021

def refundFundingSource
  @refundFundingSource
end

Instance Method Details

#set_any(elements) ⇒ Object



30024
30025
30026
# File 'lib/eBay.rb', line 30024

def set_any(elements)
  @__xmlele_any = elements
end