Class: SIFFTASRecommendationsType

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

Overview

urn:ebay:apis:eBLBaseComponentsSIFFTASRecommendationsType

Constant Summary collapse

@@schema_type =
"SIFFTASRecommendationsType"
@@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) ⇒ SIFFTASRecommendationsType

Returns a new instance of SIFFTASRecommendationsType.



19167
19168
19169
19170
# File 'lib/eBay.rb', line 19167

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



19161
19162
19163
# File 'lib/eBay.rb', line 19161

def __xmlele_any
  @__xmlele_any
end

#attributeSetArrayObject

Returns the value of attribute attributeSetArray.



19160
19161
19162
# File 'lib/eBay.rb', line 19160

def attributeSetArray
  @attributeSetArray
end

Instance Method Details

#set_any(elements) ⇒ Object



19163
19164
19165
# File 'lib/eBay.rb', line 19163

def set_any(elements)
  @__xmlele_any = elements
end