Class: EBay::SuggestedCategoryType
- Inherits:
-
Object
- Object
- EBay::SuggestedCategoryType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSuggestedCategoryType
category - EBay::CategoryType
percentItemFound - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#category ⇒ Object
Returns the value of attribute category.
-
#percentItemFound ⇒ Object
Returns the value of attribute percentItemFound.
Instance Method Summary collapse
-
#initialize(category = nil, percentItemFound = nil) ⇒ SuggestedCategoryType
constructor
A new instance of SuggestedCategoryType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
34135 34136 34137 |
# File 'lib/eBay.rb', line 34135 def __xmlele_any @__xmlele_any end |
#category ⇒ Object
Returns the value of attribute category.
34133 34134 34135 |
# File 'lib/eBay.rb', line 34133 def category @category end |
#percentItemFound ⇒ Object
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 |