Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemShippingInfoResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemShippingInfoResponse
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/GetInventoryItemShippingInfoResponse
getInventoryItemShippingInfoResult - ChannelAdvisor::InventoryServiceSOAP::APIResultOfArrayOfShippingRateInfo
Instance Attribute Summary collapse
-
#getInventoryItemShippingInfoResult ⇒ Object
Returns the value of attribute getInventoryItemShippingInfoResult.
Instance Method Summary collapse
-
#initialize(getInventoryItemShippingInfoResult = nil) ⇒ GetInventoryItemShippingInfoResponse
constructor
A new instance of GetInventoryItemShippingInfoResponse.
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
#getInventoryItemShippingInfoResult ⇒ Object
Returns the value of attribute getInventoryItemShippingInfoResult.
1525 1526 1527 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1525 def getInventoryItemShippingInfoResult @getInventoryItemShippingInfoResult end |