Class: ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemShippingInfoResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::GetInventoryItemShippingInfoResponse
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
http://api.channeladvisor.com/webservices/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
1543 1544 1545 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1543 def initialize(getInventoryItemShippingInfoResult = nil) @getInventoryItemShippingInfoResult = getInventoryItemShippingInfoResult end |
Instance Attribute Details
#getInventoryItemShippingInfoResult ⇒ Object
Returns the value of attribute getInventoryItemShippingInfoResult
1541 1542 1543 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 1541 def getInventoryItemShippingInfoResult @getInventoryItemShippingInfoResult end |