Class: ChannelAdvisor::InventoryServiceSOAP::InventoryUpsellInfoSubmit

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

Overview

/InventoryUpsellInfoSubmit

parentSKU - SOAP::SOAPString
childItemList - ChannelAdvisor::InventoryServiceSOAP::ArrayOfInventoryUpsellChildInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(parentSKU = nil, childItemList = nil) ⇒ InventoryUpsellInfoSubmit

Returns a new instance of InventoryUpsellInfoSubmit.



1077
1078
1079
1080
# File 'lib/channel_advisor/inventory_service/types.rb', line 1077

def initialize(parentSKU = nil, childItemList = nil)
  @parentSKU = parentSKU
  @childItemList = childItemList
end

Instance Attribute Details

#childItemListObject

Returns the value of attribute childItemList.



1075
1076
1077
# File 'lib/channel_advisor/inventory_service/types.rb', line 1075

def childItemList
  @childItemList
end

#parentSKUObject

Returns the value of attribute parentSKU.



1074
1075
1076
# File 'lib/channel_advisor/inventory_service/types.rb', line 1074

def parentSKU
  @parentSKU
end