Class: EBay::RefundLineArrayType

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

Overview

urn:ebay:apis:eBLBaseComponentsRefundLineArrayType

refundLine - EBay::RefundLineType

Instance Attribute Summary collapse

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



30082
30083
30084
# File 'lib/eBay.rb', line 30082

def __xmlele_any
  @__xmlele_any
end

#refundLineObject

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