Class: SearchParams
- Inherits:
-
BulkProductSearchParams
- Object
- ParamsBase
- BulkProductSearchParams
- SearchParams
- Defined in:
- lib/models.rb
Instance Attribute Summary collapse
-
#facetBy ⇒ Object
Returns the value of attribute facetBy.
-
#mpn ⇒ Object
Returns the value of attribute mpn.
-
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
-
#pageSize ⇒ Object
Returns the value of attribute pageSize.
-
#q ⇒ Object
Returns the value of attribute q.
-
#sku ⇒ Object
Returns the value of attribute sku.
-
#sortBy ⇒ Object
Returns the value of attribute sortBy.
-
#upc ⇒ Object
Returns the value of attribute upc.
-
#url ⇒ Object
Returns the value of attribute url.
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
Constructor Details
This class inherits a constructor from ParamsBase
Instance Attribute Details
#facetBy ⇒ Object
Returns the value of attribute facetBy.
31 32 33 |
# File 'lib/models.rb', line 31 def facetBy @facetBy end |
#mpn ⇒ Object
Returns the value of attribute mpn.
30 31 32 |
# File 'lib/models.rb', line 30 def mpn @mpn end |
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
31 32 33 |
# File 'lib/models.rb', line 31 def pageNumber @pageNumber end |
#pageSize ⇒ Object
Returns the value of attribute pageSize.
31 32 33 |
# File 'lib/models.rb', line 31 def pageSize @pageSize end |
#q ⇒ Object
Returns the value of attribute q.
30 31 32 |
# File 'lib/models.rb', line 30 def q @q end |
#sku ⇒ Object
Returns the value of attribute sku.
30 31 32 |
# File 'lib/models.rb', line 30 def sku @sku end |
#sortBy ⇒ Object
Returns the value of attribute sortBy.
31 32 33 |
# File 'lib/models.rb', line 31 def sortBy @sortBy end |
#upc ⇒ Object
Returns the value of attribute upc.
30 31 32 |
# File 'lib/models.rb', line 30 def upc @upc end |
#url ⇒ Object
Returns the value of attribute url.
30 31 32 |
# File 'lib/models.rb', line 30 def url @url end |