Class: QuantityType

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

Overview

urn:ebay:apis:eBLBaseComponentsQuantityType

contains SOAP::SOAPDecimal

Constant Summary collapse

@@schema_attribute =
{
  XSD::QName.new(nil, "unit") => nil
}

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ QuantityType

Returns a new instance of QuantityType.



13056
13057
13058
13059
# File 'lib/eBay.rb', line 13056

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

Instance Method Details

#xmlattr_unitObject



13048
13049
13050
# File 'lib/eBay.rb', line 13048

def xmlattr_unit
  (@__xmlattr ||= {})[XSD::QName.new(nil, "unit")]
end

#xmlattr_unit=(value) ⇒ Object



13052
13053
13054
# File 'lib/eBay.rb', line 13052

def xmlattr_unit=(value)
  (@__xmlattr ||= {})[XSD::QName.new(nil, "unit")] = value
end