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.



23534
23535
23536
23537
# File 'lib/eBay.rb', line 23534

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23528
23529
23530
# File 'lib/eBay.rb', line 23528

def __xmlele_any
  @__xmlele_any
end

#suggestedCategoryObject

Returns the value of attribute suggestedCategory.



23527
23528
23529
# File 'lib/eBay.rb', line 23527

def suggestedCategory
  @suggestedCategory
end

Instance Method Details

#set_any(elements) ⇒ Object



23530
23531
23532
# File 'lib/eBay.rb', line 23530

def set_any(elements)
  @__xmlele_any = elements
end