Class: EBay::TaxIdentifierAttributeType

Inherits:
String
  • Object
show all
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

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

#__xmlattrObject



34252
34253
34254
# File 'lib/eBay.rb', line 34252

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_nameObject



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