Class: ChannelAdvisor::InventoryServiceSOAP::DoesSkuExistListResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::DoesSkuExistListResponse
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/DoesSkuExistListResponse
doesSkuExistListResult - ChannelAdvisor::InventoryServiceSOAP::APIResultOfArrayOfDoesSkuExistResponse
Instance Attribute Summary collapse
-
#doesSkuExistListResult ⇒ Object
Returns the value of attribute doesSkuExistListResult.
Instance Method Summary collapse
-
#initialize(doesSkuExistListResult = nil) ⇒ DoesSkuExistListResponse
constructor
A new instance of DoesSkuExistListResponse.
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
#doesSkuExistListResult ⇒ Object
Returns the value of attribute doesSkuExistListResult.
1395 1396 1397 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1395 def doesSkuExistListResult @doesSkuExistListResult end |