Class: EBay::AddressAttributeType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddressAttributeType

xmlattr_type - SOAP::SOAPToken

Constant Summary collapse

AttrType =
XSD::QName.new(nil, "type")

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ AddressAttributeType

Returns a new instance of AddressAttributeType.



20420
20421
20422
20423
# File 'lib/eBay.rb', line 20420

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

Instance Method Details

#__xmlattrObject



20408
20409
20410
# File 'lib/eBay.rb', line 20408

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_typeObject



20412
20413
20414
# File 'lib/eBay.rb', line 20412

def xmlattr_type
  __xmlattr[AttrType]
end

#xmlattr_type=(value) ⇒ Object



20416
20417
20418
# File 'lib/eBay.rb', line 20416

def xmlattr_type=(value)
  __xmlattr[AttrType] = value
end