Class: ChannelAdvisor::InventoryServiceSOAP::DoesSkuExistResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::DoesSkuExistResponse
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/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
Returns a new instance of DoesSkuExistResponse.
79 80 81 82 83 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 79 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.
77 78 79 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 77 def errorMessage @errorMessage end |
#result ⇒ Object
Returns the value of attribute result.
76 77 78 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 76 def result @result end |
#sku ⇒ Object
Returns the value of attribute sku.
75 76 77 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 75 def sku @sku end |