Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemStoreInfo

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

Overview

/GetInventoryItemStoreInfo

accountID - SOAP::SOAPString
sku - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountID = nil, sku = nil) ⇒ GetInventoryItemStoreInfo

Returns a new instance of GetInventoryItemStoreInfo.



1414
1415
1416
1417
# File 'lib/channel_advisor/inventory_service/types.rb', line 1414

def initialize(accountID = nil, sku = nil)
  @accountID = accountID
  @sku = sku
end

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



1411
1412
1413
# File 'lib/channel_advisor/inventory_service/types.rb', line 1411

def accountID
  @accountID
end

#skuObject

Returns the value of attribute sku.



1412
1413
1414
# File 'lib/channel_advisor/inventory_service/types.rb', line 1412

def sku
  @sku
end