Class: ChannelAdvisor::InventoryServiceSOAP::InventoryItemCriteria

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#classificationNameObject

Returns the value of attribute classificationName.



480
481
482
# File 'lib/channel_advisor/inventory_service/types.rb', line 480

def classificationName
  @classificationName
end

#dateRangeEndGMTObject

Returns the value of attribute dateRangeEndGMT.



476
477
478
# File 'lib/channel_advisor/inventory_service/types.rb', line 476

def dateRangeEndGMT
  @dateRangeEndGMT
end

#dateRangeFieldObject

Returns the value of attribute dateRangeField.



474
475
476
# File 'lib/channel_advisor/inventory_service/types.rb', line 474

def dateRangeField
  @dateRangeField
end

#dateRangeStartGMTObject

Returns the value of attribute dateRangeStartGMT.



475
476
477
# File 'lib/channel_advisor/inventory_service/types.rb', line 475

def dateRangeStartGMT
  @dateRangeStartGMT
end

#labelNameObject

Returns the value of attribute labelName.



481
482
483
# File 'lib/channel_advisor/inventory_service/types.rb', line 481

def labelName
  @labelName
end

#pageNumberObject

Returns the value of attribute pageNumber.



485
486
487
# File 'lib/channel_advisor/inventory_service/types.rb', line 485

def pageNumber
  @pageNumber
end

#pageSizeObject

Returns the value of attribute pageSize.



486
487
488
# File 'lib/channel_advisor/inventory_service/types.rb', line 486

def pageSize
  @pageSize
end

#partialSkuObject

Returns the value of attribute partialSku.



477
478
479
# File 'lib/channel_advisor/inventory_service/types.rb', line 477

def partialSku
  @partialSku
end

#quantityCheckFieldObject

Returns the value of attribute quantityCheckField.



482
483
484
# File 'lib/channel_advisor/inventory_service/types.rb', line 482

def quantityCheckField
  @quantityCheckField
end

#quantityCheckTypeObject

Returns the value of attribute quantityCheckType.



483
484
485
# File 'lib/channel_advisor/inventory_service/types.rb', line 483

def quantityCheckType
  @quantityCheckType
end

#quantityCheckValueObject

Returns the value of attribute quantityCheckValue.



484
485
486
# File 'lib/channel_advisor/inventory_service/types.rb', line 484

def quantityCheckValue
  @quantityCheckValue
end

#skuEndsWithObject

Returns the value of attribute skuEndsWith.



479
480
481
# File 'lib/channel_advisor/inventory_service/types.rb', line 479

def skuEndsWith
  @skuEndsWith
end

#skuStartsWithObject

Returns the value of attribute skuStartsWith.



478
479
480
# File 'lib/channel_advisor/inventory_service/types.rb', line 478

def skuStartsWith
  @skuStartsWith
end