Class: EBay::BuyerPackageEnclosureType

Inherits:
String
  • Object
show all
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

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

#__xmlattrObject



21381
21382
21383
# File 'lib/eBay.rb', line 21381

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_typeObject



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