Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemShippingInfoResponse

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

Overview

/GetInventoryItemShippingInfoResponse

getInventoryItemShippingInfoResult - ChannelAdvisor::InventoryServiceSOAP::APIResultOfArrayOfShippingRateInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(getInventoryItemShippingInfoResult = nil) ⇒ GetInventoryItemShippingInfoResponse

Returns a new instance of GetInventoryItemShippingInfoResponse.



1527
1528
1529
# File 'lib/channel_advisor/inventory_service/types.rb', line 1527

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

Instance Attribute Details

#getInventoryItemShippingInfoResultObject

Returns the value of attribute getInventoryItemShippingInfoResult.



1525
1526
1527
# File 'lib/channel_advisor/inventory_service/types.rb', line 1525

def getInventoryItemShippingInfoResult
  @getInventoryItemShippingInfoResult
end