Class: ChannelAdvisor::InventoryServiceSOAP::ShippingInfo
- Inherits:
-
Object
- Object
- ChannelAdvisor::InventoryServiceSOAP::ShippingInfo
- Defined in:
- lib/channel_advisor/inventory_service/types.rb
Overview
/ShippingInfo
distributionCenterCode - SOAP::SOAPString
shippingRateList - ChannelAdvisor::InventoryServiceSOAP::ArrayOfShippingRateInfo
Instance Attribute Summary collapse
-
#distributionCenterCode ⇒ Object
Returns the value of attribute distributionCenterCode.
-
#shippingRateList ⇒ Object
Returns the value of attribute shippingRateList.
Instance Method Summary collapse
-
#initialize(distributionCenterCode = nil, shippingRateList = nil) ⇒ ShippingInfo
constructor
A new instance of ShippingInfo.
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
#distributionCenterCode ⇒ Object
Returns the value of attribute distributionCenterCode.
403 404 405 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 403 def distributionCenterCode @distributionCenterCode end |
#shippingRateList ⇒ Object
Returns the value of attribute shippingRateList.
404 405 406 |
# File 'lib/channel_advisor/inventory_service/types.rb', line 404 def shippingRateList @shippingRateList end |