Class: EBay::UserIdentityType
- Inherits:
-
String
- Object
- String
- EBay::UserIdentityType
- 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
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ UserIdentityType
constructor
A new instance of UserIdentityType.
- #xmlattr_type ⇒ Object
- #xmlattr_type=(value) ⇒ Object
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
#__xmlattr ⇒ Object
35031 35032 35033 |
# File 'lib/eBay.rb', line 35031 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_type ⇒ Object
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 |