Class: EBay::TaxIdentifierAttributeType
- Inherits:
-
String
- Object
- String
- EBay::TaxIdentifierAttributeType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsTaxIdentifierAttributeType
xmlattr_name - SOAP::SOAPToken
Constant Summary collapse
- AttrName =
XSD::QName.new(nil, "name")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ TaxIdentifierAttributeType
constructor
A new instance of TaxIdentifierAttributeType.
- #xmlattr_name ⇒ Object
- #xmlattr_name=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ TaxIdentifierAttributeType
Returns a new instance of TaxIdentifierAttributeType.
34264 34265 34266 34267 |
# File 'lib/eBay.rb', line 34264 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
34252 34253 34254 |
# File 'lib/eBay.rb', line 34252 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_name ⇒ Object
34256 34257 34258 |
# File 'lib/eBay.rb', line 34256 def xmlattr_name __xmlattr[AttrName] end |
#xmlattr_name=(value) ⇒ Object
34260 34261 34262 |
# File 'lib/eBay.rb', line 34260 def xmlattr_name=(value) __xmlattr[AttrName] = value end |