Class: ChannelAdvisor::InventoryServiceSOAP::DeleteInventoryItem
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::DeleteInventoryItem
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
http://api.channeladvisor.com/webservices/DeleteInventoryItem
accountID - SOAP::SOAPString
sku - SOAP::SOAPString
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#sku ⇒ Object
Returns the value of attribute sku.
Instance Method Summary collapse
-
#initialize(accountID = nil, sku = nil) ⇒ DeleteInventoryItem
constructor
A new instance of DeleteInventoryItem.
Constructor Details
#initialize(accountID = nil, sku = nil) ⇒ DeleteInventoryItem
1736 1737 1738 1739 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1736 def initialize(accountID = nil, sku = nil) @accountID = accountID @sku = sku end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID
1733 1734 1735 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1733 def accountID @accountID end |
#sku ⇒ Object
Returns the value of attribute sku
1734 1735 1736 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1734 def sku @sku end |