Class: EBay::UnitOfMeasurementDetailsType
- Inherits:
-
Object
- Object
- EBay::UnitOfMeasurementDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsUnitOfMeasurementDetailsType
unitOfMeasurement - EBay::UnitOfMeasurementType
detailVersion - SOAP::SOAPString
updateTime - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
-
#unitOfMeasurement ⇒ Object
Returns the value of attribute unitOfMeasurement.
-
#updateTime ⇒ Object
Returns the value of attribute updateTime.
Instance Method Summary collapse
-
#initialize(unitOfMeasurement = [], detailVersion = nil, updateTime = nil) ⇒ UnitOfMeasurementDetailsType
constructor
A new instance of UnitOfMeasurementDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(unitOfMeasurement = [], detailVersion = nil, updateTime = nil) ⇒ UnitOfMeasurementDetailsType
Returns a new instance of UnitOfMeasurementDetailsType.
34858 34859 34860 34861 34862 34863 |
# File 'lib/eBay.rb', line 34858 def initialize(unitOfMeasurement = [], detailVersion = nil, updateTime = nil) @unitOfMeasurement = unitOfMeasurement @detailVersion = detailVersion @updateTime = updateTime @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
34852 34853 34854 |
# File 'lib/eBay.rb', line 34852 def __xmlele_any @__xmlele_any end |
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
34850 34851 34852 |
# File 'lib/eBay.rb', line 34850 def detailVersion @detailVersion end |
#unitOfMeasurement ⇒ Object
Returns the value of attribute unitOfMeasurement.
34849 34850 34851 |
# File 'lib/eBay.rb', line 34849 def unitOfMeasurement @unitOfMeasurement end |
#updateTime ⇒ Object
Returns the value of attribute updateTime.
34851 34852 34853 |
# File 'lib/eBay.rb', line 34851 def updateTime @updateTime end |
Instance Method Details
#set_any(elements) ⇒ Object
34854 34855 34856 |
# File 'lib/eBay.rb', line 34854 def set_any(elements) @__xmlele_any = elements end |