Class: ChannelAdvisor::InventoryServiceSOAP::DoesSkuExist

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

Overview

/DoesSkuExist

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DoesSkuExist.



1373
1374
1375
1376
# File 'lib/channel_advisor/inventory_service/types.rb', line 1373

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

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



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

def accountID
  @accountID
end

#skuObject

Returns the value of attribute sku.



1371
1372
1373
# File 'lib/channel_advisor/inventory_service/types.rb', line 1371

def sku
  @sku
end