Class: ChannelAdvisor::InventoryServiceSOAP::UpdateInventoryItemResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::UpdateInventoryItemResponse
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
http://api.channeladvisor.com/webservices/UpdateInventoryItemResponse
sku - SOAP::SOAPString
result - SOAP::SOAPBoolean
errorMessage - SOAP::SOAPString
Instance Attribute Summary (collapse)
-
- (Object) errorMessage
Returns the value of attribute errorMessage.
-
- (Object) result
Returns the value of attribute result.
-
- (Object) sku
Returns the value of attribute sku.
Instance Method Summary (collapse)
-
- (UpdateInventoryItemResponse) initialize(sku = nil, result = nil, errorMessage = nil)
constructor
A new instance of UpdateInventoryItemResponse.
Constructor Details
- (UpdateInventoryItemResponse) initialize(sku = nil, result = nil, errorMessage = nil)
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
- (Object) errorMessage
Returns the value of attribute errorMessage
1057 1058 1059 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1057 def errorMessage @errorMessage end |
- (Object) result
Returns the value of attribute result
1056 1057 1058 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1056 def result @result end |
- (Object) sku
Returns the value of attribute sku
1055 1056 1057 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1055 def sku @sku end |