Class: ChannelAdvisor::InventoryServiceSOAP::InventoryUpsellInfoResponse

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

Overview

/InventoryUpsellInfoResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InventoryUpsellInfoResponse.



1166
1167
1168
1169
# File 'lib/channel_advisor/inventory_service/types.rb', line 1166

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

Instance Attribute Details

#childItemListObject

Returns the value of attribute childItemList.



1164
1165
1166
# File 'lib/channel_advisor/inventory_service/types.rb', line 1164

def childItemList
  @childItemList
end

#parentSKUObject

Returns the value of attribute parentSKU.



1163
1164
1165
# File 'lib/channel_advisor/inventory_service/types.rb', line 1163

def parentSKU
  @parentSKU
end