Class: EBay::RefundDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsRefundDetailsType

refundOption - SOAP::SOAPToken
description - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(refundOption = nil, description = nil) ⇒ RefundDetailsType

Returns a new instance of RefundDetailsType.



29995
29996
29997
29998
29999
# File 'lib/eBay.rb', line 29995

def initialize(refundOption = nil, description = nil)
  @refundOption = refundOption
  @description = description
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



29989
29990
29991
# File 'lib/eBay.rb', line 29989

def __xmlele_any
  @__xmlele_any
end

#descriptionObject

Returns the value of attribute description.



29988
29989
29990
# File 'lib/eBay.rb', line 29988

def description
  @description
end

#refundOptionObject

Returns the value of attribute refundOption.



29987
29988
29989
# File 'lib/eBay.rb', line 29987

def refundOption
  @refundOption
end

Instance Method Details

#set_any(elements) ⇒ Object



29991
29992
29993
# File 'lib/eBay.rb', line 29991

def set_any(elements)
  @__xmlele_any = elements
end