Class: ChannelAdvisor::InventoryServiceSOAP::ShippingInfo

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

Overview

/ShippingInfo

distributionCenterCode - SOAP::SOAPString
shippingRateList - ChannelAdvisor::InventoryServiceSOAP::ArrayOfShippingRateInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(distributionCenterCode = nil, shippingRateList = nil) ⇒ ShippingInfo

Returns a new instance of ShippingInfo.



406
407
408
409
# File 'lib/channel_advisor/inventory_service/types.rb', line 406

def initialize(distributionCenterCode = nil, shippingRateList = nil)
  @distributionCenterCode = distributionCenterCode
  @shippingRateList = shippingRateList
end

Instance Attribute Details

#distributionCenterCodeObject

Returns the value of attribute distributionCenterCode.



403
404
405
# File 'lib/channel_advisor/inventory_service/types.rb', line 403

def distributionCenterCode
  @distributionCenterCode
end

#shippingRateListObject

Returns the value of attribute shippingRateList.



404
405
406
# File 'lib/channel_advisor/inventory_service/types.rb', line 404

def shippingRateList
  @shippingRateList
end