Class: MeasureType

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

Overview

urn:ebay:apis:eBLBaseComponentsMeasureType

contains SOAP::SOAPDecimal

Constant Summary collapse

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

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ MeasureType

Returns a new instance of MeasureType.



13035
13036
13037
13038
# File 'lib/eBay.rb', line 13035

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

Instance Method Details

#xmlattr_unitObject



13027
13028
13029
# File 'lib/eBay.rb', line 13027

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

#xmlattr_unit=(value) ⇒ Object



13031
13032
13033
# File 'lib/eBay.rb', line 13031

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