Class: EBay::RefundFundingSourceArrayType
- Inherits:
-
Object
- Object
- EBay::RefundFundingSourceArrayType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsRefundFundingSourceArrayType
refundFundingSource - EBay::RefundFundingSourceType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#refundFundingSource ⇒ Object
Returns the value of attribute refundFundingSource.
Instance Method Summary collapse
-
#initialize(refundFundingSource = []) ⇒ RefundFundingSourceArrayType
constructor
A new instance of RefundFundingSourceArrayType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
30022 30023 30024 |
# File 'lib/eBay.rb', line 30022 def __xmlele_any @__xmlele_any end |
#refundFundingSource ⇒ Object
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 |