Class: EBay::RefundLineArrayType
- Inherits:
-
Object
- Object
- EBay::RefundLineArrayType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsRefundLineArrayType
refundLine - EBay::RefundLineType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#refundLine ⇒ Object
Returns the value of attribute refundLine.
Instance Method Summary collapse
-
#initialize(refundLine = []) ⇒ RefundLineArrayType
constructor
A new instance of RefundLineArrayType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(refundLine = []) ⇒ RefundLineArrayType
Returns a new instance of RefundLineArrayType.
30088 30089 30090 30091 |
# File 'lib/eBay.rb', line 30088 def initialize(refundLine = []) @refundLine = refundLine @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
30082 30083 30084 |
# File 'lib/eBay.rb', line 30082 def __xmlele_any @__xmlele_any end |
#refundLine ⇒ Object
Returns the value of attribute refundLine.
30081 30082 30083 |
# File 'lib/eBay.rb', line 30081 def refundLine @refundLine end |
Instance Method Details
#set_any(elements) ⇒ Object
30084 30085 30086 |
# File 'lib/eBay.rb', line 30084 def set_any(elements) @__xmlele_any = elements end |