Class: MeasureType
- Inherits:
-
String
- Object
- String
- MeasureType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsMeasureType
contains SOAP::SOAPDecimal
Constant Summary collapse
- @@schema_attribute =
{ XSD::QName.new(nil, "unit") => nil, XSD::QName.new(nil, "measurementSystem") => nil }
Instance Method Summary collapse
-
#initialize(*arg) ⇒ MeasureType
constructor
A new instance of MeasureType.
- #xmlattr_measurementSystem ⇒ Object
- #xmlattr_measurementSystem=(value) ⇒ Object
- #xmlattr_unit ⇒ Object
- #xmlattr_unit=(value) ⇒ Object
Constructor Details
#initialize(*arg) ⇒ MeasureType
Returns a new instance of MeasureType.
14598 14599 14600 14601 |
# File 'lib/eBay.rb', line 14598 def initialize(*arg) super @__xmlattr = {} end |
Instance Method Details
#xmlattr_measurementSystem ⇒ Object
14590 14591 14592 |
# File 'lib/eBay.rb', line 14590 def xmlattr_measurementSystem (@__xmlattr ||= {})[XSD::QName.new(nil, "measurementSystem")] end |
#xmlattr_measurementSystem=(value) ⇒ Object
14594 14595 14596 |
# File 'lib/eBay.rb', line 14594 def xmlattr_measurementSystem=(value) (@__xmlattr ||= {})[XSD::QName.new(nil, "measurementSystem")] = value end |
#xmlattr_unit ⇒ Object
14582 14583 14584 |
# File 'lib/eBay.rb', line 14582 def xmlattr_unit (@__xmlattr ||= {})[XSD::QName.new(nil, "unit")] end |
#xmlattr_unit=(value) ⇒ Object
14586 14587 14588 |
# File 'lib/eBay.rb', line 14586 def xmlattr_unit=(value) (@__xmlattr ||= {})[XSD::QName.new(nil, "unit")] = value end |