Class: ChannelAdvisor::InventoryServiceSOAP::SynchInventoryItem

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

Overview

/SynchInventoryItem

accountID - SOAP::SOAPString
item - ChannelAdvisor::InventoryServiceSOAP::InventoryItemSubmit

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#accountIDObject

Returns the value of attribute accountID.



1740
1741
1742
# File 'lib/channel_advisor/inventory_service/types.rb', line 1740

def accountID
  @accountID
end

#itemObject

Returns the value of attribute item.



1741
1742
1743
# File 'lib/channel_advisor/inventory_service/types.rb', line 1741

def item
  @item
end