Class: CharityIDType

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

Overview

urn:ebay:apis:eBLBaseComponentsCharityIDType

xmlattr_type - SOAP::SOAPToken

Constant Summary collapse

AttrType =
XSD::QName.new(nil, "type")

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ CharityIDType

Returns a new instance of CharityIDType.



18085
18086
18087
18088
# File 'lib/eBay.rb', line 18085

def initialize(*arg)
  super
  @__xmlattr = {}
end

Instance Method Details

#__xmlattrObject



18073
18074
18075
# File 'lib/eBay.rb', line 18073

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_typeObject



18077
18078
18079
# File 'lib/eBay.rb', line 18077

def xmlattr_type
  __xmlattr[AttrType]
end

#xmlattr_type=(value) ⇒ Object



18081
18082
18083
# File 'lib/eBay.rb', line 18081

def xmlattr_type=(value)
  __xmlattr[AttrType] = value
end