Class: EBay::BuyerPackageEnclosureType
- Inherits:
-
String
- Object
- String
- EBay::BuyerPackageEnclosureType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsBuyerPackageEnclosureType
xmlattr_type - SOAP::SOAPToken
Constant Summary collapse
- AttrType =
XSD::QName.new(nil, "type")
Instance Method Summary collapse
- #__xmlattr ⇒ Object
-
#initialize(*arg) ⇒ BuyerPackageEnclosureType
constructor
A new instance of BuyerPackageEnclosureType.
- #xmlattr_type ⇒ Object
- #xmlattr_type=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ BuyerPackageEnclosureType
Returns a new instance of BuyerPackageEnclosureType.
21393 21394 21395 21396 |
# File 'lib/eBay.rb', line 21393 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#__xmlattr ⇒ Object
21381 21382 21383 |
# File 'lib/eBay.rb', line 21381 def __xmlattr @__xmlattr ||= {} end |
#xmlattr_type ⇒ Object
21385 21386 21387 |
# File 'lib/eBay.rb', line 21385 def xmlattr_type __xmlattr[AttrType] end |
#xmlattr_type=(value) ⇒ Object
21389 21390 21391 |
# File 'lib/eBay.rb', line 21389 def xmlattr_type=(value) __xmlattr[AttrType] = value end |