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.



12162
12163
12164
12165
# File 'lib/eBay.rb', line 12162

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12156
12157
12158
# File 'lib/eBay.rb', line 12156

def __xmlele_any
  @__xmlele_any
end

#attributeSetArrayObject

Returns the value of attribute attributeSetArray.



12155
12156
12157
# File 'lib/eBay.rb', line 12155

def attributeSetArray
  @attributeSetArray
end

Instance Method Details

#set_any(elements) ⇒ Object



12158
12159
12160
# File 'lib/eBay.rb', line 12158

def set_any(elements)
  @__xmlele_any = elements
end