Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemClassificationAttributeList

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

Overview

/GetInventoryItemClassificationAttributeList

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GetInventoryItemClassificationAttributeList.



1368
1369
1370
1371
# File 'lib/channel_advisor/inventory_service/types.rb', line 1368

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

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



1365
1366
1367
# File 'lib/channel_advisor/inventory_service/types.rb', line 1365

def accountID
  @accountID
end

#skuObject

Returns the value of attribute sku.



1366
1367
1368
# File 'lib/channel_advisor/inventory_service/types.rb', line 1366

def sku
  @sku
end