Class: ChannelAdvisor::InventoryServiceSOAP::UpdateInventoryItemResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::UpdateInventoryItemResponse
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/UpdateInventoryItemResponse
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) ⇒ UpdateInventoryItemResponse
constructor
A new instance of UpdateInventoryItemResponse.
Constructor Details
#initialize(sku = nil, result = nil, errorMessage = nil) ⇒ UpdateInventoryItemResponse
Returns a new instance of UpdateInventoryItemResponse.
1059 1060 1061 1062 1063 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1059 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.
1057 1058 1059 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1057 def errorMessage @errorMessage end |
#result ⇒ Object
Returns the value of attribute result.
1056 1057 1058 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1056 def result @result end |
#sku ⇒ Object
Returns the value of attribute sku.
1055 1056 1057 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1055 def sku @sku end |