Class: EBay::UnitOfMeasurementType

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

Overview

urn:ebay:apis:eBLBaseComponentsUnitOfMeasurementType

alternateText - SOAP::SOAPString
suggestedText - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



34872
34873
34874
# File 'lib/eBay.rb', line 34872

def __xmlele_any
  @__xmlele_any
end

#alternateTextObject

Returns the value of attribute alternateText.



34870
34871
34872
# File 'lib/eBay.rb', line 34870

def alternateText
  @alternateText
end

#suggestedTextObject

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