Class: ChannelAdvisor::InventoryServiceSOAP::GetUpsellRelationship

Inherits:
Object
  • Object
show all
Defined in:
lib/channel_advisor/inventory_service/types.rb

Overview

/GetUpsellRelationship

accountID - SOAP::SOAPString
parentSKUList - ChannelAdvisor::InventoryServiceSOAP::ArrayOfString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountID = nil, parentSKUList = nil) ⇒ GetUpsellRelationship

Returns a new instance of GetUpsellRelationship.



1909
1910
1911
1912
# File 'lib/channel_advisor/inventory_service/types.rb', line 1909

def initialize(accountID = nil, parentSKUList = nil)
  @accountID = accountID
  @parentSKUList = parentSKUList
end

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



1906
1907
1908
# File 'lib/channel_advisor/inventory_service/types.rb', line 1906

def accountID
  @accountID
end

#parentSKUListObject

Returns the value of attribute parentSKUList.



1907
1908
1909
# File 'lib/channel_advisor/inventory_service/types.rb', line 1907

def parentSKUList
  @parentSKUList
end