Class: ChannelAdvisor::InventoryServiceSOAP::QuantityInfoSubmit

Inherits:
Object
  • Object
show all
Defined in:
lib/channel_advisor/inventory_service/types.rb

Overview

/QuantityInfoSubmit

updateType - ChannelAdvisor::InventoryServiceSOAP::InventoryQuantityUpdateType
total - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(updateType = nil, total = nil) ⇒ QuantityInfoSubmit

Returns a new instance of QuantityInfoSubmit.



932
933
934
935
# File 'lib/channel_advisor/inventory_service/types.rb', line 932

def initialize(updateType = nil, total = nil)
  @updateType = updateType
  @total = total
end

Instance Attribute Details

#totalObject

Returns the value of attribute total.



930
931
932
# File 'lib/channel_advisor/inventory_service/types.rb', line 930

def total
  @total
end

#updateTypeObject

Returns the value of attribute updateType.



929
930
931
# File 'lib/channel_advisor/inventory_service/types.rb', line 929

def updateType
  @updateType
end