Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryQuantity

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

Overview

/GetInventoryQuantity

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of GetInventoryQuantity.



1473
1474
1475
1476
# File 'lib/channel_advisor/inventory_service/types.rb', line 1473

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

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



1470
1471
1472
# File 'lib/channel_advisor/inventory_service/types.rb', line 1470

def accountID
  @accountID
end

#skuObject

Returns the value of attribute sku.



1471
1472
1473
# File 'lib/channel_advisor/inventory_service/types.rb', line 1471

def sku
  @sku
end