Class: ChannelAdvisor::InventoryServiceSOAP::DoesSkuExist

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

Overview

http://api.channeladvisor.com/webservices/DoesSkuExist

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

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

- (DoesSkuExist) initialize(accountID = nil, sku = nil)

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

- (Object) accountID

Returns the value of attribute accountID



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

def accountID
  @accountID
end

- (Object) sku

Returns the value of attribute sku



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

def sku
  @sku
end