Class: ChannelAdvisor::InventoryServiceSOAP::DoesSkuExistResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::DoesSkuExistResponse
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
http://api.channeladvisor.com/webservices/DoesSkuExistResponse
sku - SOAP::SOAPString
result - SOAP::SOAPBoolean
errorMessage - SOAP::SOAPString
Instance Attribute Summary collapse
-
#errorMessage ⇒ Object
Returns the value of attribute errorMessage.
-
#result ⇒ Object
Returns the value of attribute result.
-
#sku ⇒ Object
Returns the value of attribute sku.
Instance Method Summary collapse
-
#initialize(sku = nil, result = nil, errorMessage = nil) ⇒ DoesSkuExistResponse
constructor
A new instance of DoesSkuExistResponse.
Constructor Details
#initialize(sku = nil, result = nil, errorMessage = nil) ⇒ DoesSkuExistResponse
80 81 82 83 84 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 80 def initialize(sku = nil, result = nil, errorMessage = nil) @sku = sku @result = result @errorMessage = errorMessage end |
Instance Attribute Details
#errorMessage ⇒ Object
Returns the value of attribute errorMessage
78 79 80 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 78 def errorMessage @errorMessage end |
#result ⇒ Object
Returns the value of attribute result
77 78 79 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 77 def result @result end |
#sku ⇒ Object
Returns the value of attribute sku
76 77 78 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 76 def sku @sku end |