Class: EBay::ContextSearchAssetType

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

Overview

urn:ebay:apis:eBLBaseComponentsContextSearchAssetType

keyword - SOAP::SOAPString
category - EBay::CategoryType
ranking - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#categoryObject

Returns the value of attribute category.



23151
23152
23153
# File 'lib/eBay.rb', line 23151

def category
  @category
end

#keywordObject

Returns the value of attribute keyword.



23150
23151
23152
# File 'lib/eBay.rb', line 23150

def keyword
  @keyword
end

#rankingObject

Returns the value of attribute ranking.



23152
23153
23154
# File 'lib/eBay.rb', line 23152

def ranking
  @ranking
end