Class: EBay::RefundDetailsType
- Inherits:
-
Object
- Object
- EBay::RefundDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsRefundDetailsType
refundOption - SOAP::SOAPToken
description - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#description ⇒ Object
Returns the value of attribute description.
-
#refundOption ⇒ Object
Returns the value of attribute refundOption.
Instance Method Summary collapse
-
#initialize(refundOption = nil, description = nil) ⇒ RefundDetailsType
constructor
A new instance of RefundDetailsType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
29989 29990 29991 |
# File 'lib/eBay.rb', line 29989 def __xmlele_any @__xmlele_any end |
#description ⇒ Object
Returns the value of attribute description.
29988 29989 29990 |
# File 'lib/eBay.rb', line 29988 def description @description end |
#refundOption ⇒ Object
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 |