Class: EBay::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.



19927
19928
19929
19930
# File 'lib/eBay.rb', line 19927

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

Instance Method Details

#__xmlattrObject



19907
19908
19909
# File 'lib/eBay.rb', line 19907

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_measurementSystemObject



19919
19920
19921
# File 'lib/eBay.rb', line 19919

def xmlattr_measurementSystem
  __xmlattr[AttrMeasurementSystem]
end

#xmlattr_measurementSystem=(value) ⇒ Object



19923
19924
19925
# File 'lib/eBay.rb', line 19923

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

#xmlattr_unitObject



19911
19912
19913
# File 'lib/eBay.rb', line 19911

def xmlattr_unit
  __xmlattr[AttrUnit]
end

#xmlattr_unit=(value) ⇒ Object



19915
19916
19917
# File 'lib/eBay.rb', line 19915

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