Class: EBay::SIFFTASRecommendationsType

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

Overview

urn:ebay:apis:eBLBaseComponentsSIFFTASRecommendationsType

attributeSetArray - EBay::AttributeSetArrayType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributeSetArray = nil) ⇒ SIFFTASRecommendationsType

Returns a new instance of SIFFTASRecommendationsType.



30737
30738
30739
30740
# File 'lib/eBay.rb', line 30737

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



30731
30732
30733
# File 'lib/eBay.rb', line 30731

def __xmlele_any
  @__xmlele_any
end

#attributeSetArrayObject

Returns the value of attribute attributeSetArray.



30730
30731
30732
# File 'lib/eBay.rb', line 30730

def attributeSetArray
  @attributeSetArray
end

Instance Method Details

#set_any(elements) ⇒ Object



30733
30734
30735
# File 'lib/eBay.rb', line 30733

def set_any(elements)
  @__xmlele_any = elements
end