Class: MeasureType

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

Overview

urn:ebay:apis:eBLBaseComponentsMeasureType

xmlattr_unit - SOAP::SOAPToken
xmlattr_measurementSystem - SOAP::SOAPToken

Constant Summary collapse

AttrMeasurementSystem =
XSD::QName.new(nil, "measurementSystem")
AttrUnit =
XSD::QName.new(nil, "unit")

Instance Method Summary collapse

Constructor Details

#initialize(*arg) ⇒ MeasureType

Returns a new instance of MeasureType.



16027
16028
16029
16030
# File 'lib/eBay.rb', line 16027

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

Instance Method Details

#__xmlattrObject



16007
16008
16009
# File 'lib/eBay.rb', line 16007

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_measurementSystemObject



16019
16020
16021
# File 'lib/eBay.rb', line 16019

def xmlattr_measurementSystem
  __xmlattr[AttrMeasurementSystem]
end

#xmlattr_measurementSystem=(value) ⇒ Object



16023
16024
16025
# File 'lib/eBay.rb', line 16023

def xmlattr_measurementSystem=(value)
  __xmlattr[AttrMeasurementSystem] = value
end

#xmlattr_unitObject



16011
16012
16013
# File 'lib/eBay.rb', line 16011

def xmlattr_unit
  __xmlattr[AttrUnit]
end

#xmlattr_unit=(value) ⇒ Object



16015
16016
16017
# File 'lib/eBay.rb', line 16015

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