Class: EBay::SuggestedCategoryType

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

Overview

urn:ebay:apis:eBLBaseComponentsSuggestedCategoryType

category - EBay::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.



34141
34142
34143
34144
34145
# File 'lib/eBay.rb', line 34141

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.



34135
34136
34137
# File 'lib/eBay.rb', line 34135

def __xmlele_any
  @__xmlele_any
end

#categoryObject

Returns the value of attribute category.



34133
34134
34135
# File 'lib/eBay.rb', line 34133

def category
  @category
end

#percentItemFoundObject

Returns the value of attribute percentItemFound.



34134
34135
34136
# File 'lib/eBay.rb', line 34134

def percentItemFound
  @percentItemFound
end

Instance Method Details

#set_any(elements) ⇒ Object



34137
34138
34139
# File 'lib/eBay.rb', line 34137

def set_any(elements)
  @__xmlele_any = elements
end