Class: ChannelAdvisor::InventoryServiceSOAP::AddUpsellRelationship
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::AddUpsellRelationship
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/AddUpsellRelationship
accountID - SOAP::SOAPString
upsellInfoList - ChannelAdvisor::InventoryServiceSOAP::ArrayOfInventoryUpsellInfoSubmit
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#upsellInfoList ⇒ Object
Returns the value of attribute upsellInfoList.
Instance Method Summary collapse
-
#initialize(accountID = nil, upsellInfoList = nil) ⇒ AddUpsellRelationship
constructor
A new instance of AddUpsellRelationship.
Constructor Details
#initialize(accountID = nil, upsellInfoList = nil) ⇒ AddUpsellRelationship
Returns a new instance of AddUpsellRelationship.
1886 1887 1888 1889 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1886 def initialize(accountID = nil, upsellInfoList = nil) @accountID = accountID @upsellInfoList = upsellInfoList end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
1883 1884 1885 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1883 def accountID @accountID end |
#upsellInfoList ⇒ Object
Returns the value of attribute upsellInfoList.
1884 1885 1886 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1884 def upsellInfoList @upsellInfoList end |