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