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.



1402
1403
1404
# File 'lib/channel_advisor/inventory_service/types.rb', line 1402

def initialize(getInventoryItemVariationInfoResult = nil)
  @getInventoryItemVariationInfoResult = getInventoryItemVariationInfoResult
end

Instance Attribute Details

#getInventoryItemVariationInfoResultObject

Returns the value of attribute getInventoryItemVariationInfoResult.



1400
1401
1402
# File 'lib/channel_advisor/inventory_service/types.rb', line 1400

def getInventoryItemVariationInfoResult
  @getInventoryItemVariationInfoResult
end