Class: ChannelAdvisor::InventoryServiceSOAP::DoesSkuExistListResponse

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

Overview

/DoesSkuExistListResponse

doesSkuExistListResult - ChannelAdvisor::InventoryServiceSOAP::APIResultOfArrayOfDoesSkuExistResponse

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(doesSkuExistListResult = nil) ⇒ DoesSkuExistListResponse

Returns a new instance of DoesSkuExistListResponse.



1397
1398
1399
# File 'lib/channel_advisor/inventory_service/types.rb', line 1397

def initialize(doesSkuExistListResult = nil)
  @doesSkuExistListResult = doesSkuExistListResult
end

Instance Attribute Details

#doesSkuExistListResultObject

Returns the value of attribute doesSkuExistListResult.



1395
1396
1397
# File 'lib/channel_advisor/inventory_service/types.rb', line 1395

def doesSkuExistListResult
  @doesSkuExistListResult
end