Class: ChannelAdvisor::InventoryServiceSOAP::InventoryUpsellInfoResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::InventoryUpsellInfoResponse
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
http://api.channeladvisor.com/webservices/InventoryUpsellInfoResponse
parentSKU - SOAP::SOAPString
childItemList - ChannelAdvisor::InventoryServiceSOAP::ArrayOfInventoryUpsellChildInfo
Instance Attribute Summary (collapse)
-
- (Object) childItemList
Returns the value of attribute childItemList.
-
- (Object) parentSKU
Returns the value of attribute parentSKU.
Instance Method Summary (collapse)
-
- (InventoryUpsellInfoResponse) initialize(parentSKU = nil, childItemList = nil)
constructor
A new instance of InventoryUpsellInfoResponse.
Constructor Details
- (InventoryUpsellInfoResponse) initialize(parentSKU = nil, childItemList = nil)
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
- (Object) childItemList
Returns the value of attribute childItemList
1164 1165 1166 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1164 def childItemList @childItemList end |
- (Object) parentSKU
Returns the value of attribute parentSKU
1163 1164 1165 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1163 def parentSKU @parentSKU end |