Class: ContextSearchAssetType

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

Overview

urn:ebay:apis:eBLBaseComponentsContextSearchAssetType

keyword - SOAP::SOAPString
category - 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.



18466
18467
18468
18469
18470
# File 'lib/eBay.rb', line 18466

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.



18463
18464
18465
# File 'lib/eBay.rb', line 18463

def category
  @category
end

#keywordObject

Returns the value of attribute keyword.



18462
18463
18464
# File 'lib/eBay.rb', line 18462

def keyword
  @keyword
end

#rankingObject

Returns the value of attribute ranking.



18464
18465
18466
# File 'lib/eBay.rb', line 18464

def ranking
  @ranking
end