Class: QuantityType

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

Overview

urn:ebay:apis:eBLBaseComponentsQuantityType

xmlattr_unit - SOAP::SOAPToken

Constant Summary collapse

AttrUnit =
XSD::QName.new(nil, "unit")

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ QuantityType

Returns a new instance of QuantityType.



16069
16070
16071
16072
# File 'lib/eBay.rb', line 16069

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

Instance Method Details

#__xmlattrObject



16057
16058
16059
# File 'lib/eBay.rb', line 16057

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_unitObject



16061
16062
16063
# File 'lib/eBay.rb', line 16061

def xmlattr_unit
  __xmlattr[AttrUnit]
end

#xmlattr_unit=(value) ⇒ Object



16065
16066
16067
# File 'lib/eBay.rb', line 16065

def xmlattr_unit=(value)
  __xmlattr[AttrUnit] = value
end