Class: SearchParams

Inherits:
BulkProductSearchParams show all
Defined in:
lib/models.rb

Instance Attribute Summary collapse

Attributes inherited from BulkProductSearchParams

#alsoSoldAt, #applyFiltersTo, #availability, #brandId, #categoryId, #countryCode, #endPrice, #lastRecordedIn, #onPromotion, #priceChange, #priceHistoryAvailable, #selectOffersFrom, #startPrice, #storeId, #storesCount

Method Summary

Methods inherited from ParamsBase

#initialize, #to_hash

Constructor Details

This class inherits a constructor from ParamsBase

Instance Attribute Details

#facetByObject

Returns the value of attribute facetBy.



31
32
33
# File 'lib/models.rb', line 31

def facetBy
  @facetBy
end

#mpnObject

Returns the value of attribute mpn.



30
31
32
# File 'lib/models.rb', line 30

def mpn
  @mpn
end

#pageNumberObject

Returns the value of attribute pageNumber.



31
32
33
# File 'lib/models.rb', line 31

def pageNumber
  @pageNumber
end

#pageSizeObject

Returns the value of attribute pageSize.



31
32
33
# File 'lib/models.rb', line 31

def pageSize
  @pageSize
end

#qObject

Returns the value of attribute q.



30
31
32
# File 'lib/models.rb', line 30

def q
  @q
end

#skuObject

Returns the value of attribute sku.



30
31
32
# File 'lib/models.rb', line 30

def sku
  @sku
end

#sortByObject

Returns the value of attribute sortBy.



31
32
33
# File 'lib/models.rb', line 31

def sortBy
  @sortBy
end

#upcObject

Returns the value of attribute upc.



30
31
32
# File 'lib/models.rb', line 30

def upc
  @upc
end

#urlObject

Returns the value of attribute url.



30
31
32
# File 'lib/models.rb', line 30

def url
  @url
end