Class: CharityIDType

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

Overview

urn:ebay:apis:eBLBaseComponentsCharityIDType

contains SOAP::SOAPString

Constant Summary collapse

@@schema_attribute =
{
  XSD::QName.new(nil, "type") => nil
}

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ CharityIDType

Returns a new instance of CharityIDType.



14716
14717
14718
14719
# File 'lib/eBay.rb', line 14716

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

Instance Method Details

#xmlattr_typeObject



14708
14709
14710
# File 'lib/eBay.rb', line 14708

def xmlattr_type
  (@__xmlattr ||= {})[XSD::QName.new(nil, "type")]
end

#xmlattr_type=(value) ⇒ Object



14712
14713
14714
# File 'lib/eBay.rb', line 14712

def xmlattr_type=(value)
  (@__xmlattr ||= {})[XSD::QName.new(nil, "type")] = value
end