Class: ChannelAdvisor::ShippingServiceSOAP::PartialShipmentContents
- Inherits:
-
Object
- Object
- ChannelAdvisor::ShippingServiceSOAP::PartialShipmentContents
- Defined in:
- lib/channel_advisor/shipping_service/types.rb
Overview
/PartialShipmentContents
shipmentContents - ChannelAdvisor::ShippingServiceSOAP::ShipmentContents
dateShippedGMT - SOAP::SOAPDateTime
carrierCode - SOAP::SOAPString
classCode - SOAP::SOAPString
trackingNumber - SOAP::SOAPString
sellerFulfillmentID - SOAP::SOAPString
shipmentCost - SOAP::SOAPDecimal
shipmentTaxCost - SOAP::SOAPDecimal
insuranceCost - SOAP::SOAPDecimal
Instance Attribute Summary collapse
-
#carrierCode ⇒ Object
Returns the value of attribute carrierCode.
-
#classCode ⇒ Object
Returns the value of attribute classCode.
-
#dateShippedGMT ⇒ Object
Returns the value of attribute dateShippedGMT.
-
#insuranceCost ⇒ Object
Returns the value of attribute insuranceCost.
-
#sellerFulfillmentID ⇒ Object
Returns the value of attribute sellerFulfillmentID.
-
#shipmentContents ⇒ Object
Returns the value of attribute shipmentContents.
-
#shipmentCost ⇒ Object
Returns the value of attribute shipmentCost.
-
#shipmentTaxCost ⇒ Object
Returns the value of attribute shipmentTaxCost.
-
#trackingNumber ⇒ Object
Returns the value of attribute trackingNumber.
Instance Method Summary collapse
-
#initialize(shipmentContents = nil, dateShippedGMT = nil, carrierCode = nil, classCode = nil, trackingNumber = nil, sellerFulfillmentID = nil, shipmentCost = nil, shipmentTaxCost = nil, insuranceCost = nil) ⇒ PartialShipmentContents
constructor
A new instance of PartialShipmentContents.
Constructor Details
#initialize(shipmentContents = nil, dateShippedGMT = nil, carrierCode = nil, classCode = nil, trackingNumber = nil, sellerFulfillmentID = nil, shipmentCost = nil, shipmentTaxCost = nil, insuranceCost = nil) ⇒ PartialShipmentContents
Returns a new instance of PartialShipmentContents.
200 201 202 203 204 205 206 207 208 209 210 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 200 def initialize(shipmentContents = nil, dateShippedGMT = nil, carrierCode = nil, classCode = nil, trackingNumber = nil, sellerFulfillmentID = nil, shipmentCost = nil, shipmentTaxCost = nil, insuranceCost = nil) @shipmentContents = shipmentContents @dateShippedGMT = dateShippedGMT @carrierCode = carrierCode @classCode = classCode @trackingNumber = trackingNumber @sellerFulfillmentID = sellerFulfillmentID @shipmentCost = shipmentCost @shipmentTaxCost = shipmentTaxCost @insuranceCost = insuranceCost end |
Instance Attribute Details
#carrierCode ⇒ Object
Returns the value of attribute carrierCode.
192 193 194 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 192 def carrierCode @carrierCode end |
#classCode ⇒ Object
Returns the value of attribute classCode.
193 194 195 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 193 def classCode @classCode end |
#dateShippedGMT ⇒ Object
Returns the value of attribute dateShippedGMT.
191 192 193 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 191 def dateShippedGMT @dateShippedGMT end |
#insuranceCost ⇒ Object
Returns the value of attribute insuranceCost.
198 199 200 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 198 def insuranceCost @insuranceCost end |
#sellerFulfillmentID ⇒ Object
Returns the value of attribute sellerFulfillmentID.
195 196 197 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 195 def sellerFulfillmentID @sellerFulfillmentID end |
#shipmentContents ⇒ Object
Returns the value of attribute shipmentContents.
190 191 192 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 190 def shipmentContents @shipmentContents end |
#shipmentCost ⇒ Object
Returns the value of attribute shipmentCost.
196 197 198 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 196 def shipmentCost @shipmentCost end |
#shipmentTaxCost ⇒ Object
Returns the value of attribute shipmentTaxCost.
197 198 199 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 197 def shipmentTaxCost @shipmentTaxCost end |
#trackingNumber ⇒ Object
Returns the value of attribute trackingNumber.
194 195 196 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 194 def trackingNumber @trackingNumber end |