Class: EBay::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.



22589
22590
22591
22592
# File 'lib/eBay.rb', line 22589

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

Instance Method Details

#__xmlattrObject



22577
22578
22579
# File 'lib/eBay.rb', line 22577

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_typeObject



22581
22582
22583
# File 'lib/eBay.rb', line 22581

def xmlattr_type
  __xmlattr[AttrType]
end

#xmlattr_type=(value) ⇒ Object



22585
22586
22587
# File 'lib/eBay.rb', line 22585

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