Class: ChannelAdvisor::InventoryServiceSOAP::InventoryUpsellInfoResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::InventoryUpsellInfoResponse
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/InventoryUpsellInfoResponse
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) ⇒ InventoryUpsellInfoResponse
constructor
A new instance of InventoryUpsellInfoResponse.
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
#childItemList ⇒ Object
Returns the value of attribute childItemList.
1164 1165 1166 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1164 def childItemList @childItemList end |
#parentSKU ⇒ Object
Returns the value of attribute parentSKU.
1163 1164 1165 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1163 def parentSKU @parentSKU end |