Class: EBay::CharityIDType
- Inherits:
-
String
- Object
- String
- EBay::CharityIDType
- 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
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ CharityIDType
constructor
A new instance of CharityIDType.
- #xmlattr_type ⇒ Object
- #xmlattr_type=(value) ⇒ Object
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
#__xmlattr ⇒ Object
22577 22578 22579 |
# File 'lib/eBay.rb', line 22577 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_type ⇒ Object
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 |