Class: ChannelAdvisor::InventoryServiceSOAP::InventoryItemCriteria
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::InventoryItemCriteria
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/InventoryItemCriteria
dateRangeField - ChannelAdvisor::InventoryServiceSOAP::InventoryItemDateRangeField
dateRangeStartGMT - SOAP::SOAPDateTime
dateRangeEndGMT - SOAP::SOAPDateTime
partialSku - SOAP::SOAPString
skuStartsWith - SOAP::SOAPString
skuEndsWith - SOAP::SOAPString
classificationName - SOAP::SOAPString
labelName - SOAP::SOAPString
quantityCheckField - ChannelAdvisor::InventoryServiceSOAP::InventoryItemQuantityField
quantityCheckType - ChannelAdvisor::InventoryServiceSOAP::NumericFilterType
quantityCheckValue - SOAP::SOAPInt
pageNumber - SOAP::SOAPInt
pageSize - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#classificationName ⇒ Object
Returns the value of attribute classificationName.
-
#dateRangeEndGMT ⇒ Object
Returns the value of attribute dateRangeEndGMT.
-
#dateRangeField ⇒ Object
Returns the value of attribute dateRangeField.
-
#dateRangeStartGMT ⇒ Object
Returns the value of attribute dateRangeStartGMT.
-
#labelName ⇒ Object
Returns the value of attribute labelName.
-
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
-
#pageSize ⇒ Object
Returns the value of attribute pageSize.
-
#partialSku ⇒ Object
Returns the value of attribute partialSku.
-
#quantityCheckField ⇒ Object
Returns the value of attribute quantityCheckField.
-
#quantityCheckType ⇒ Object
Returns the value of attribute quantityCheckType.
-
#quantityCheckValue ⇒ Object
Returns the value of attribute quantityCheckValue.
-
#skuEndsWith ⇒ Object
Returns the value of attribute skuEndsWith.
-
#skuStartsWith ⇒ Object
Returns the value of attribute skuStartsWith.
Instance Method Summary collapse
-
#initialize(dateRangeField = nil, dateRangeStartGMT = nil, dateRangeEndGMT = nil, partialSku = nil, skuStartsWith = nil, skuEndsWith = nil, classificationName = nil, labelName = nil, quantityCheckField = nil, quantityCheckType = nil, quantityCheckValue = nil, pageNumber = nil, pageSize = nil) ⇒ InventoryItemCriteria
constructor
A new instance of InventoryItemCriteria.
Constructor Details
#initialize(dateRangeField = nil, dateRangeStartGMT = nil, dateRangeEndGMT = nil, partialSku = nil, skuStartsWith = nil, skuEndsWith = nil, classificationName = nil, labelName = nil, quantityCheckField = nil, quantityCheckType = nil, quantityCheckValue = nil, pageNumber = nil, pageSize = nil) ⇒ InventoryItemCriteria
Returns a new instance of InventoryItemCriteria.
488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 488 def initialize(dateRangeField = nil, dateRangeStartGMT = nil, dateRangeEndGMT = nil, partialSku = nil, skuStartsWith = nil, skuEndsWith = nil, classificationName = nil, labelName = nil, quantityCheckField = nil, quantityCheckType = nil, quantityCheckValue = nil, pageNumber = nil, pageSize = nil) @dateRangeField = dateRangeField @dateRangeStartGMT = dateRangeStartGMT @dateRangeEndGMT = dateRangeEndGMT @partialSku = partialSku @skuStartsWith = skuStartsWith @skuEndsWith = skuEndsWith @classificationName = classificationName @labelName = labelName @quantityCheckField = quantityCheckField @quantityCheckType = quantityCheckType @quantityCheckValue = quantityCheckValue @pageNumber = pageNumber @pageSize = pageSize end |
Instance Attribute Details
#classificationName ⇒ Object
Returns the value of attribute classificationName.
480 481 482 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 480 def classificationName @classificationName end |
#dateRangeEndGMT ⇒ Object
Returns the value of attribute dateRangeEndGMT.
476 477 478 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 476 def dateRangeEndGMT @dateRangeEndGMT end |
#dateRangeField ⇒ Object
Returns the value of attribute dateRangeField.
474 475 476 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 474 def dateRangeField @dateRangeField end |
#dateRangeStartGMT ⇒ Object
Returns the value of attribute dateRangeStartGMT.
475 476 477 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 475 def dateRangeStartGMT @dateRangeStartGMT end |
#labelName ⇒ Object
Returns the value of attribute labelName.
481 482 483 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 481 def labelName @labelName end |
#pageNumber ⇒ Object
Returns the value of attribute pageNumber.
485 486 487 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 485 def pageNumber @pageNumber end |
#pageSize ⇒ Object
Returns the value of attribute pageSize.
486 487 488 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 486 def pageSize @pageSize end |
#partialSku ⇒ Object
Returns the value of attribute partialSku.
477 478 479 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 477 def partialSku @partialSku end |
#quantityCheckField ⇒ Object
Returns the value of attribute quantityCheckField.
482 483 484 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 482 def quantityCheckField @quantityCheckField end |
#quantityCheckType ⇒ Object
Returns the value of attribute quantityCheckType.
483 484 485 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 483 def quantityCheckType @quantityCheckType end |
#quantityCheckValue ⇒ Object
Returns the value of attribute quantityCheckValue.
484 485 486 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 484 def quantityCheckValue @quantityCheckValue end |
#skuEndsWith ⇒ Object
Returns the value of attribute skuEndsWith.
479 480 481 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 479 def skuEndsWith @skuEndsWith end |
#skuStartsWith ⇒ Object
Returns the value of attribute skuStartsWith.
478 479 480 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 478 def skuStartsWith @skuStartsWith end |