Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemVariationInfoResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/channel_advisor/inventory_service/types.rb

Overview

/GetInventoryItemVariationInfoResponse

getInventoryItemVariationInfoResult - ChannelAdvisor::InventoryServiceSOAP::APIResultOfVariationInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#getInventoryItemVariationInfoResultObject

Returns the value of attribute getInventoryItemVariationInfoResult.



1614
1615
1616
# File 'lib/channel_advisor/inventory_service/types.rb', line 1614

def getInventoryItemVariationInfoResult
  @getInventoryItemVariationInfoResult
end