Class: BulkProductSearchParams

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

Direct Known Subclasses

SearchParams

Instance Attribute Summary collapse

Method Summary

Methods inherited from ParamsBase

#initialize, #to_hash

Constructor Details

This class inherits a constructor from ParamsBase

Instance Attribute Details

#alsoSoldAtObject

Returns the value of attribute alsoSoldAt.



24
25
26
# File 'lib/models.rb', line 24

def alsoSoldAt
  @alsoSoldAt
end

#applyFiltersToObject

Returns the value of attribute applyFiltersTo.



26
27
28
# File 'lib/models.rb', line 26

def applyFiltersTo
  @applyFiltersTo
end

#availabilityObject

Returns the value of attribute availability.



25
26
27
# File 'lib/models.rb', line 25

def availability
  @availability
end

#brandIdObject

Returns the value of attribute brandId.



24
25
26
# File 'lib/models.rb', line 24

def brandId
  @brandId
end

#categoryIdObject

Returns the value of attribute categoryId.



24
25
26
# File 'lib/models.rb', line 24

def categoryId
  @categoryId
end

#countryCodeObject

Returns the value of attribute countryCode.



24
25
26
# File 'lib/models.rb', line 24

def countryCode
  @countryCode
end

#endPriceObject

Returns the value of attribute endPrice.



25
26
27
# File 'lib/models.rb', line 25

def endPrice
  @endPrice
end

#lastRecordedInObject

Returns the value of attribute lastRecordedIn.



26
27
28
# File 'lib/models.rb', line 26

def lastRecordedIn
  @lastRecordedIn
end

#onPromotionObject

Returns the value of attribute onPromotion.



26
27
28
# File 'lib/models.rb', line 26

def onPromotion
  @onPromotion
end

#priceChangeObject

Returns the value of attribute priceChange.



25
26
27
# File 'lib/models.rb', line 25

def priceChange
  @priceChange
end

#priceHistoryAvailableObject

Returns the value of attribute priceHistoryAvailable.



25
26
27
# File 'lib/models.rb', line 25

def priceHistoryAvailable
  @priceHistoryAvailable
end

#selectOffersFromObject

Returns the value of attribute selectOffersFrom.



26
27
28
# File 'lib/models.rb', line 26

def selectOffersFrom
  @selectOffersFrom
end

#startPriceObject

Returns the value of attribute startPrice.



25
26
27
# File 'lib/models.rb', line 25

def startPrice
  @startPrice
end

#storeIdObject

Returns the value of attribute storeId.



24
25
26
# File 'lib/models.rb', line 24

def storeId
  @storeId
end

#storesCountObject

Returns the value of attribute storesCount.



26
27
28
# File 'lib/models.rb', line 26

def storesCount
  @storesCount
end