Method: ProductSearchPageType#initialize
- Defined in:
- lib/eBay.rb
#initialize(searchCharacteristicsSet = nil, searchType = nil, sortCharacteristics = [], dataElementSet = []) ⇒ ProductSearchPageType
Returns a new instance of ProductSearchPageType.
22522 22523 22524 22525 22526 22527 22528 |
# File 'lib/eBay.rb', line 22522 def initialize(searchCharacteristicsSet = nil, searchType = nil, sortCharacteristics = [], dataElementSet = []) @searchCharacteristicsSet = searchCharacteristicsSet @searchType = searchType @sortCharacteristics = sortCharacteristics @dataElementSet = dataElementSet @__xmlele_any = nil end |