Class: ChannelAdvisor::InventoryServiceSOAP::DeleteUpsellRelationship
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::DeleteUpsellRelationship
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/DeleteUpsellRelationship
accountID - SOAP::SOAPString
parentSKU - SOAP::SOAPString
childSKUList - ChannelAdvisor::InventoryServiceSOAP::ArrayOfString
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#childSKUList ⇒ Object
Returns the value of attribute childSKUList.
-
#parentSKU ⇒ Object
Returns the value of attribute parentSKU.
Instance Method Summary collapse
-
#initialize(accountID = nil, parentSKU = nil, childSKUList = nil) ⇒ DeleteUpsellRelationship
constructor
A new instance of DeleteUpsellRelationship.
Constructor Details
#initialize(accountID = nil, parentSKU = nil, childSKUList = nil) ⇒ DeleteUpsellRelationship
Returns a new instance of DeleteUpsellRelationship.
1934 1935 1936 1937 1938 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1934 def initialize(accountID = nil, parentSKU = nil, childSKUList = nil) @accountID = accountID @parentSKU = parentSKU @childSKUList = childSKUList end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
1930 1931 1932 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1930 def accountID @accountID end |
#childSKUList ⇒ Object
Returns the value of attribute childSKUList.
1932 1933 1934 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1932 def childSKUList @childSKUList end |
#parentSKU ⇒ Object
Returns the value of attribute parentSKU.
1931 1932 1933 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1931 def parentSKU @parentSKU end |