Class: AttributeRecommendationsType

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

Overview

urn:ebay:apis:eBLBaseComponentsAttributeRecommendationsType

Constant Summary collapse

@@schema_type =
"AttributeRecommendationsType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["attributeSetArray", ["AttributeSetArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AttributeSetArray")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributeSetArray = nil) ⇒ AttributeRecommendationsType

Returns a new instance of AttributeRecommendationsType.



13597
13598
13599
13600
# File 'lib/eBay.rb', line 13597

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13591
13592
13593
# File 'lib/eBay.rb', line 13591

def __xmlele_any
  @__xmlele_any
end

#attributeSetArrayObject

Returns the value of attribute attributeSetArray.



13590
13591
13592
# File 'lib/eBay.rb', line 13590

def attributeSetArray
  @attributeSetArray
end

Instance Method Details

#set_any(elements) ⇒ Object



13593
13594
13595
# File 'lib/eBay.rb', line 13593

def set_any(elements)
  @__xmlele_any = elements
end