class FedexWebServices::Soap::Ship::CompletedHazardousSummaryDetail
{fedex.com/ws/ship/v12}CompletedHazardousSummaryDetail
smallQuantityExceptionPackageCount - SOAP::SOAPNonNegativeInteger
Attributes
smallQuantityExceptionPackageCount[RW]
Public Class Methods
new(smallQuantityExceptionPackageCount = nil)
click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 443 def initialize(smallQuantityExceptionPackageCount = nil) @smallQuantityExceptionPackageCount = smallQuantityExceptionPackageCount end