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



15251
15252
15253
15254
# File 'lib/eBay.rb', line 15251

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



15245
15246
15247
# File 'lib/eBay.rb', line 15245

def __xmlele_any
  @__xmlele_any
end

#attributeSetArrayObject

Returns the value of attribute attributeSetArray.



15244
15245
15246
# File 'lib/eBay.rb', line 15244

def attributeSetArray
  @attributeSetArray
end

Instance Method Details

#set_any(elements) ⇒ Object



15247
15248
15249
# File 'lib/eBay.rb', line 15247

def set_any(elements)
  @__xmlele_any = elements
end