class FedexWebServices::Soap::Rate::ShipmentDryIceDetail
{fedex.com/ws/rate/v13}ShipmentDryIceDetail
packageCount - SOAP::SOAPNonNegativeInteger totalWeight - FedexWebServices::Soap::Rate::Weight
Attributes
packageCount[RW]
totalWeight[RW]
Public Class Methods
new(packageCount = nil, totalWeight = nil)
click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 2460 def initialize(packageCount = nil, totalWeight = nil) @packageCount = packageCount @totalWeight = totalWeight end