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