class FedexWebServices::Soap::Ship::ShipmentDryIceDetail

{fedex.com/ws/ship/v12}ShipmentDryIceDetail

packageCount - SOAP::SOAPNonNegativeInteger
totalWeight - FedexWebServices::Soap::Ship::Weight

Attributes

packageCount[RW]
totalWeight[RW]

Public Class Methods

new(packageCount = nil, totalWeight = nil) click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 2771
def initialize(packageCount = nil, totalWeight = nil)
  @packageCount = packageCount
  @totalWeight = totalWeight
end