Class: BulkProductSearchParams
- Inherits:
-
ParamsBase
- Object
- ParamsBase
- BulkProductSearchParams
- Defined in:
- lib/models.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#alsoSoldAt ⇒ Object
Returns the value of attribute alsoSoldAt.
-
#applyFiltersTo ⇒ Object
Returns the value of attribute applyFiltersTo.
-
#availability ⇒ Object
Returns the value of attribute availability.
-
#brandId ⇒ Object
Returns the value of attribute brandId.
-
#categoryId ⇒ Object
Returns the value of attribute categoryId.
-
#countryCode ⇒ Object
Returns the value of attribute countryCode.
-
#endPrice ⇒ Object
Returns the value of attribute endPrice.
-
#lastRecordedIn ⇒ Object
Returns the value of attribute lastRecordedIn.
-
#onPromotion ⇒ Object
Returns the value of attribute onPromotion.
-
#priceChange ⇒ Object
Returns the value of attribute priceChange.
-
#priceHistoryAvailable ⇒ Object
Returns the value of attribute priceHistoryAvailable.
-
#selectOffersFrom ⇒ Object
Returns the value of attribute selectOffersFrom.
-
#startPrice ⇒ Object
Returns the value of attribute startPrice.
-
#storeId ⇒ Object
Returns the value of attribute storeId.
-
#storesCount ⇒ Object
Returns the value of attribute storesCount.
Method Summary
Methods inherited from ParamsBase
Constructor Details
This class inherits a constructor from ParamsBase
Instance Attribute Details
#alsoSoldAt ⇒ Object
Returns the value of attribute alsoSoldAt.
24 25 26 |
# File 'lib/models.rb', line 24 def alsoSoldAt @alsoSoldAt end |
#applyFiltersTo ⇒ Object
Returns the value of attribute applyFiltersTo.
26 27 28 |
# File 'lib/models.rb', line 26 def applyFiltersTo @applyFiltersTo end |
#availability ⇒ Object
Returns the value of attribute availability.
25 26 27 |
# File 'lib/models.rb', line 25 def availability @availability end |
#brandId ⇒ Object
Returns the value of attribute brandId.
24 25 26 |
# File 'lib/models.rb', line 24 def brandId @brandId end |
#categoryId ⇒ Object
Returns the value of attribute categoryId.
24 25 26 |
# File 'lib/models.rb', line 24 def categoryId @categoryId end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
24 25 26 |
# File 'lib/models.rb', line 24 def countryCode @countryCode end |
#endPrice ⇒ Object
Returns the value of attribute endPrice.
25 26 27 |
# File 'lib/models.rb', line 25 def endPrice @endPrice end |
#lastRecordedIn ⇒ Object
Returns the value of attribute lastRecordedIn.
26 27 28 |
# File 'lib/models.rb', line 26 def lastRecordedIn @lastRecordedIn end |
#onPromotion ⇒ Object
Returns the value of attribute onPromotion.
26 27 28 |
# File 'lib/models.rb', line 26 def onPromotion @onPromotion end |
#priceChange ⇒ Object
Returns the value of attribute priceChange.
25 26 27 |
# File 'lib/models.rb', line 25 def priceChange @priceChange end |
#priceHistoryAvailable ⇒ Object
Returns the value of attribute priceHistoryAvailable.
25 26 27 |
# File 'lib/models.rb', line 25 def priceHistoryAvailable @priceHistoryAvailable end |
#selectOffersFrom ⇒ Object
Returns the value of attribute selectOffersFrom.
26 27 28 |
# File 'lib/models.rb', line 26 def selectOffersFrom @selectOffersFrom end |
#startPrice ⇒ Object
Returns the value of attribute startPrice.
25 26 27 |
# File 'lib/models.rb', line 25 def startPrice @startPrice end |
#storeId ⇒ Object
Returns the value of attribute storeId.
24 25 26 |
# File 'lib/models.rb', line 24 def storeId @storeId end |
#storesCount ⇒ Object
Returns the value of attribute storesCount.
26 27 28 |
# File 'lib/models.rb', line 26 def storesCount @storesCount end |