Class: EBay::UserIdentityType

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

Overview

urn:ebay:apis:eBLBaseComponentsUserIdentityType

xmlattr_type - SOAP::SOAPToken

Constant Summary collapse

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

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ UserIdentityType

Returns a new instance of UserIdentityType.



35043
35044
35045
35046
# File 'lib/eBay.rb', line 35043

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

Instance Method Details

#__xmlattrObject



35031
35032
35033
# File 'lib/eBay.rb', line 35031

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_typeObject



35035
35036
35037
# File 'lib/eBay.rb', line 35035

def xmlattr_type
  __xmlattr[AttrType]
end

#xmlattr_type=(value) ⇒ Object



35039
35040
35041
# File 'lib/eBay.rb', line 35039

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