Class: MeasureType

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

Overview

urn:ebay:apis:eBLBaseComponentsMeasureType

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.



11645
11646
11647
11648
# File 'lib/eBay.rb', line 11645

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

Instance Method Details

#xmlattr_unitObject



11637
11638
11639
# File 'lib/eBay.rb', line 11637

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

#xmlattr_unit=(value) ⇒ Object



11641
11642
11643
# File 'lib/eBay.rb', line 11641

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