Class: EBay::ContextSearchAssetType
- Inherits:
-
Object
- Object
- EBay::ContextSearchAssetType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsContextSearchAssetType
keyword - SOAP::SOAPString
category - EBay::CategoryType
ranking - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#keyword ⇒ Object
Returns the value of attribute keyword.
-
#ranking ⇒ Object
Returns the value of attribute ranking.
Instance Method Summary collapse
-
#initialize(keyword = nil, category = nil, ranking = nil) ⇒ ContextSearchAssetType
constructor
A new instance of ContextSearchAssetType.
Constructor Details
#initialize(keyword = nil, category = nil, ranking = nil) ⇒ ContextSearchAssetType
Returns a new instance of ContextSearchAssetType.
23154 23155 23156 23157 23158 |
# File 'lib/eBay.rb', line 23154 def initialize(keyword = nil, category = nil, ranking = nil) @keyword = keyword @category = category @ranking = ranking end |
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category.
23151 23152 23153 |
# File 'lib/eBay.rb', line 23151 def category @category end |
#keyword ⇒ Object
Returns the value of attribute keyword.
23150 23151 23152 |
# File 'lib/eBay.rb', line 23150 def keyword @keyword end |
#ranking ⇒ Object
Returns the value of attribute ranking.
23152 23153 23154 |
# File 'lib/eBay.rb', line 23152 def ranking @ranking end |