Class: CharityIDType
- Inherits:
-
String
- Object
- String
- CharityIDType
- 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
-
#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.
16430 16431 16432 16433 |
# File 'lib/eBay.rb', line 16430 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#xmlattr_type ⇒ Object
16422 16423 16424 |
# File 'lib/eBay.rb', line 16422 def xmlattr_type (@__xmlattr ||= {})[XSD::QName.new(nil, "type")] end |
#xmlattr_type=(value) ⇒ Object
16426 16427 16428 |
# File 'lib/eBay.rb', line 16426 def xmlattr_type=(value) (@__xmlattr ||= {})[XSD::QName.new(nil, "type")] = value end |