Class: EBay::AttributeRecommendationsType

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

Overview

urn:ebay:apis:eBLBaseComponentsAttributeRecommendationsType

attributeSetArray - EBay::AttributeSetArrayType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributeSetArray = nil) ⇒ AttributeRecommendationsType

Returns a new instance of AttributeRecommendationsType.



20736
20737
20738
20739
# File 'lib/eBay.rb', line 20736

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



20730
20731
20732
# File 'lib/eBay.rb', line 20730

def __xmlele_any
  @__xmlele_any
end

#attributeSetArrayObject

Returns the value of attribute attributeSetArray.



20729
20730
20731
# File 'lib/eBay.rb', line 20729

def attributeSetArray
  @attributeSetArray
end

Instance Method Details

#set_any(elements) ⇒ Object



20732
20733
20734
# File 'lib/eBay.rb', line 20732

def set_any(elements)
  @__xmlele_any = elements
end