Class: EBay::SIFFTASRecommendationsType
- Inherits:
-
Object
- Object
- EBay::SIFFTASRecommendationsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSIFFTASRecommendationsType
attributeSetArray - EBay::AttributeSetArrayType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#attributeSetArray ⇒ Object
Returns the value of attribute attributeSetArray.
Instance Method Summary collapse
-
#initialize(attributeSetArray = nil) ⇒ SIFFTASRecommendationsType
constructor
A new instance of SIFFTASRecommendationsType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
30731 30732 30733 |
# File 'lib/eBay.rb', line 30731 def __xmlele_any @__xmlele_any end |
#attributeSetArray ⇒ Object
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 |