Class: SuggestedCategoryArrayType

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

Overview

urn:ebay:apis:eBLBaseComponentsSuggestedCategoryArrayType

Constant Summary collapse

@@schema_type =
"SuggestedCategoryArrayType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["suggestedCategory", ["SuggestedCategoryType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SuggestedCategory")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(suggestedCategory = []) ⇒ SuggestedCategoryArrayType

Returns a new instance of SuggestedCategoryArrayType.



20873
20874
20875
20876
# File 'lib/eBay.rb', line 20873

def initialize(suggestedCategory = [])
  @suggestedCategory = suggestedCategory
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



20867
20868
20869
# File 'lib/eBay.rb', line 20867

def __xmlele_any
  @__xmlele_any
end

#suggestedCategoryObject

Returns the value of attribute suggestedCategory.



20866
20867
20868
# File 'lib/eBay.rb', line 20866

def suggestedCategory
  @suggestedCategory
end

Instance Method Details

#set_any(elements) ⇒ Object



20869
20870
20871
# File 'lib/eBay.rb', line 20869

def set_any(elements)
  @__xmlele_any = elements
end