Class: ChannelAdvisor::InventoryServiceSOAP::DeleteUpsellRelationship

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#accountIDObject

Returns the value of attribute accountID.



1930
1931
1932
# File 'lib/channel_advisor/inventory_service/types.rb', line 1930

def accountID
  @accountID
end

#childSKUListObject

Returns the value of attribute childSKUList.



1932
1933
1934
# File 'lib/channel_advisor/inventory_service/types.rb', line 1932

def childSKUList
  @childSKUList
end

#parentSKUObject

Returns the value of attribute parentSKU.



1931
1932
1933
# File 'lib/channel_advisor/inventory_service/types.rb', line 1931

def parentSKU
  @parentSKU
end