Class: ChannelAdvisor::InventoryServiceSOAP::InventoryUpsellInfoSubmit
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::InventoryUpsellInfoSubmit
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/InventoryUpsellInfoSubmit
parentSKU - SOAP::SOAPString
childItemList - ChannelAdvisor::InventoryServiceSOAP::ArrayOfInventoryUpsellChildInfo
Instance Attribute Summary collapse
-
#childItemList ⇒ Object
Returns the value of attribute childItemList.
-
#parentSKU ⇒ Object
Returns the value of attribute parentSKU.
Instance Method Summary collapse
-
#initialize(parentSKU = nil, childItemList = nil) ⇒ InventoryUpsellInfoSubmit
constructor
A new instance of InventoryUpsellInfoSubmit.
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
#childItemList ⇒ Object
Returns the value of attribute childItemList.
1075 1076 1077 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1075 def childItemList @childItemList end |
#parentSKU ⇒ Object
Returns the value of attribute parentSKU.
1074 1075 1076 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1074 def parentSKU @parentSKU end |