Class: ChannelAdvisor::InventoryServiceSOAP::SynchInventoryItem
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::SynchInventoryItem
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/SynchInventoryItem
accountID - SOAP::SOAPString
item - ChannelAdvisor::InventoryServiceSOAP::InventoryItemSubmit
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#item ⇒ Object
Returns the value of attribute item.
Instance Method Summary collapse
-
#initialize(accountID = nil, item = nil) ⇒ SynchInventoryItem
constructor
A new instance of SynchInventoryItem.
Constructor Details
#initialize(accountID = nil, item = nil) ⇒ SynchInventoryItem
Returns a new instance of SynchInventoryItem.
1743 1744 1745 1746 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1743 def initialize(accountID = nil, item = nil) @accountID = accountID @item = item end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
1740 1741 1742 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1740 def accountID @accountID end |
#item ⇒ Object
Returns the value of attribute item.
1741 1742 1743 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1741 def item @item end |