Class: EBay::RefundInformationType
- Inherits:
-
Object
- Object
- EBay::RefundInformationType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsRefundInformationType
refund - EBay::RefundTransactionInfoType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#refund ⇒ Object
Returns the value of attribute refund.
Instance Method Summary collapse
-
#initialize(refund = []) ⇒ RefundInformationType
constructor
A new instance of RefundInformationType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(refund = []) ⇒ RefundInformationType
Returns a new instance of RefundInformationType.
30072 30073 30074 30075 |
# File 'lib/eBay.rb', line 30072 def initialize(refund = []) @refund = refund @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
30066 30067 30068 |
# File 'lib/eBay.rb', line 30066 def __xmlele_any @__xmlele_any end |
#refund ⇒ Object
Returns the value of attribute refund.
30065 30066 30067 |
# File 'lib/eBay.rb', line 30065 def refund @refund end |
Instance Method Details
#set_any(elements) ⇒ Object
30068 30069 30070 |
# File 'lib/eBay.rb', line 30068 def set_any(elements) @__xmlele_any = elements end |