Class: ChannelAdvisor::InventoryServiceSOAP::DoesSkuExist
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::DoesSkuExist
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/DoesSkuExist
accountID - SOAP::SOAPString
sku - SOAP::SOAPString
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#sku ⇒ Object
Returns the value of attribute sku.
Instance Method Summary collapse
-
#initialize(accountID = nil, sku = nil) ⇒ DoesSkuExist
constructor
A new instance of DoesSkuExist.
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
#accountID ⇒ Object
Returns the value of attribute accountID.
1370 1371 1372 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1370 def accountID @accountID end |
#sku ⇒ Object
Returns the value of attribute sku.
1371 1372 1373 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1371 def sku @sku end |