Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemVariationInfoResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemVariationInfoResponse
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/GetInventoryItemVariationInfoResponse
getInventoryItemVariationInfoResult - ChannelAdvisor::InventoryServiceSOAP::APIResultOfVariationInfo
Instance Attribute Summary collapse
-
#getInventoryItemVariationInfoResult ⇒ Object
Returns the value of attribute getInventoryItemVariationInfoResult.
Instance Method Summary collapse
-
#initialize(getInventoryItemVariationInfoResult = nil) ⇒ GetInventoryItemVariationInfoResponse
constructor
A new instance of GetInventoryItemVariationInfoResponse.
Constructor Details
#initialize(getInventoryItemVariationInfoResult = nil) ⇒ GetInventoryItemVariationInfoResponse
Returns a new instance of GetInventoryItemVariationInfoResponse.
1616 1617 1618 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1616 def initialize(getInventoryItemVariationInfoResult = nil) @getInventoryItemVariationInfoResult = getInventoryItemVariationInfoResult end |
Instance Attribute Details
#getInventoryItemVariationInfoResult ⇒ Object
Returns the value of attribute getInventoryItemVariationInfoResult.
1614 1615 1616 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1614 def getInventoryItemVariationInfoResult @getInventoryItemVariationInfoResult end |