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.



21631
21632
21633
21634
# File 'lib/eBay.rb', line 21631

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



21625
21626
21627
# File 'lib/eBay.rb', line 21625

def __xmlele_any
  @__xmlele_any
end

#attributeSetArrayObject

Returns the value of attribute attributeSetArray.



21624
21625
21626
# File 'lib/eBay.rb', line 21624

def attributeSetArray
  @attributeSetArray
end

Instance Method Details

#set_any(elements) ⇒ Object



21627
21628
21629
# File 'lib/eBay.rb', line 21627

def set_any(elements)
  @__xmlele_any = elements
end