Class: EBay::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.



19969
19970
19971
19972
# File 'lib/eBay.rb', line 19969

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

Instance Method Details

#__xmlattrObject



19957
19958
19959
# File 'lib/eBay.rb', line 19957

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_unitObject



19961
19962
19963
# File 'lib/eBay.rb', line 19961

def xmlattr_unit
  __xmlattr[AttrUnit]
end

#xmlattr_unit=(value) ⇒ Object



19965
19966
19967
# File 'lib/eBay.rb', line 19965

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