Class: EBay::UnitOfMeasurementType
- Inherits:
-
Object
- Object
- EBay::UnitOfMeasurementType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsUnitOfMeasurementType
alternateText - SOAP::SOAPString
suggestedText - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#alternateText ⇒ Object
Returns the value of attribute alternateText.
-
#suggestedText ⇒ Object
Returns the value of attribute suggestedText.
Instance Method Summary collapse
-
#initialize(alternateText = [], suggestedText = nil) ⇒ UnitOfMeasurementType
constructor
A new instance of UnitOfMeasurementType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(alternateText = [], suggestedText = nil) ⇒ UnitOfMeasurementType
Returns a new instance of UnitOfMeasurementType.
34878 34879 34880 34881 34882 |
# File 'lib/eBay.rb', line 34878 def initialize(alternateText = [], suggestedText = nil) @alternateText = alternateText @suggestedText = suggestedText @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
34872 34873 34874 |
# File 'lib/eBay.rb', line 34872 def __xmlele_any @__xmlele_any end |
#alternateText ⇒ Object
Returns the value of attribute alternateText.
34870 34871 34872 |
# File 'lib/eBay.rb', line 34870 def alternateText @alternateText end |
#suggestedText ⇒ Object
Returns the value of attribute suggestedText.
34871 34872 34873 |
# File 'lib/eBay.rb', line 34871 def suggestedText @suggestedText end |
Instance Method Details
#set_any(elements) ⇒ Object
34874 34875 34876 |
# File 'lib/eBay.rb', line 34874 def set_any(elements) @__xmlele_any = elements end |