Class: EBay::RefundLineType

Inherits:
String
  • Object
show all
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

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

#__xmlattrObject



30099
30100
30101
# File 'lib/eBay.rb', line 30099

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_typeObject



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