Class: SuggestedCategoryType

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

Overview

urn:ebay:apis:eBLBaseComponentsSuggestedCategoryType

category - CategoryType
percentItemFound - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(category = nil, percentItemFound = nil) ⇒ SuggestedCategoryType

Returns a new instance of SuggestedCategoryType.



25011
25012
25013
25014
25015
# File 'lib/eBay.rb', line 25011

def initialize(category = nil, percentItemFound = nil)
  @category = category
  @percentItemFound = percentItemFound
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



25005
25006
25007
# File 'lib/eBay.rb', line 25005

def __xmlele_any
  @__xmlele_any
end

#categoryObject

Returns the value of attribute category.



25003
25004
25005
# File 'lib/eBay.rb', line 25003

def category
  @category
end

#percentItemFoundObject

Returns the value of attribute percentItemFound.



25004
25005
25006
# File 'lib/eBay.rb', line 25004

def percentItemFound
  @percentItemFound
end

Instance Method Details

#set_any(elements) ⇒ Object



25007
25008
25009
# File 'lib/eBay.rb', line 25007

def set_any(elements)
  @__xmlele_any = elements
end