Class: ChannelAdvisor::InventoryServiceSOAP::SynchInventoryItemResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::SynchInventoryItemResponse
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/SynchInventoryItemResponse
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) ⇒ SynchInventoryItemResponse
constructor
A new instance of SynchInventoryItemResponse.
Constructor Details
#initialize(sku = nil, result = nil, errorMessage = nil) ⇒ SynchInventoryItemResponse
Returns a new instance of SynchInventoryItemResponse.
997 998 999 1000 1001 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 997 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.
995 996 997 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 995 def errorMessage @errorMessage end |
#result ⇒ Object
Returns the value of attribute result.
994 995 996 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 994 def result @result end |
#sku ⇒ Object
Returns the value of attribute sku.
993 994 995 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 993 def sku @sku end |