Class: ChannelAdvisor::InventoryServiceSOAP::QuantityInfoSubmit

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

Overview

http://api.channeladvisor.com/webservices/QuantityInfoSubmit

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

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

- (QuantityInfoSubmit) initialize(updateType = nil, total = nil)

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

- (Object) total

Returns the value of attribute total



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

def total
  @total
end

- (Object) updateType

Returns the value of attribute updateType



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

def updateType
  @updateType
end