Class: AttributeRecommendationsType

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

Overview

urn:ebay:apis:eBLBaseComponentsAttributeRecommendationsType

attributeSetArray - AttributeSetArrayType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributeSetArray = nil) ⇒ AttributeRecommendationsType

Returns a new instance of AttributeRecommendationsType.



16655
16656
16657
16658
# File 'lib/eBay.rb', line 16655

def initialize(attributeSetArray = nil)
  @attributeSetArray = attributeSetArray
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



16649
16650
16651
# File 'lib/eBay.rb', line 16649

def __xmlele_any
  @__xmlele_any
end

#attributeSetArrayObject

Returns the value of attribute attributeSetArray.



16648
16649
16650
# File 'lib/eBay.rb', line 16648

def attributeSetArray
  @attributeSetArray
end

Instance Method Details

#set_any(elements) ⇒ Object



16651
16652
16653
# File 'lib/eBay.rb', line 16651

def set_any(elements)
  @__xmlele_any = elements
end