Class: EBay::AttributeRecommendationsType
- Inherits:
-
Object
- Object
- EBay::AttributeRecommendationsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsAttributeRecommendationsType
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) ⇒ AttributeRecommendationsType
constructor
A new instance of AttributeRecommendationsType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
20730 20731 20732 |
# File 'lib/eBay.rb', line 20730 def __xmlele_any @__xmlele_any end |
#attributeSetArray ⇒ Object
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 |