Class: ChannelAdvisor::InventoryServiceSOAP::GetUpsellRelationship
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::GetUpsellRelationship
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/GetUpsellRelationship
accountID - SOAP::SOAPString
parentSKUList - ChannelAdvisor::InventoryServiceSOAP::ArrayOfString
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#parentSKUList ⇒ Object
Returns the value of attribute parentSKUList.
Instance Method Summary collapse
-
#initialize(accountID = nil, parentSKUList = nil) ⇒ GetUpsellRelationship
constructor
A new instance of GetUpsellRelationship.
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
#accountID ⇒ Object
Returns the value of attribute accountID.
1906 1907 1908 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1906 def accountID @accountID end |
#parentSKUList ⇒ Object
Returns the value of attribute parentSKUList.
1907 1908 1909 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1907 def parentSKUList @parentSKUList end |