Class: EBay::RefundLineType
- Inherits:
-
String
- Object
- String
- EBay::RefundLineType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsRefundLineType
xmlattr_type - SOAP::SOAPToken
Constant Summary collapse
- AttrType =
XSD::QName.new(nil, "type")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ RefundLineType
constructor
A new instance of RefundLineType.
- #xmlattr_type ⇒ Object
- #xmlattr_type=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ RefundLineType
Returns a new instance of RefundLineType.
30111 30112 30113 30114 |
# File 'lib/eBay.rb', line 30111 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
30099 30100 30101 |
# File 'lib/eBay.rb', line 30099 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_type ⇒ Object
30103 30104 30105 |
# File 'lib/eBay.rb', line 30103 def xmlattr_type __xmlattr[AttrType] end |
#xmlattr_type=(value) ⇒ Object
30107 30108 30109 |
# File 'lib/eBay.rb', line 30107 def xmlattr_type=(value) __xmlattr[AttrType] = value end |