Class: FedexWebServices::Soap::Ship::CompletedHazardousSummaryDetail

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

http://fedex.com/ws/ship/v12CompletedHazardousSummaryDetail

smallQuantityExceptionPackageCount - SOAP::SOAPNonNegativeInteger

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(smallQuantityExceptionPackageCount = nil) ⇒ CompletedHazardousSummaryDetail

Returns a new instance of CompletedHazardousSummaryDetail.



443
444
445
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 443

def initialize(smallQuantityExceptionPackageCount = nil)
  @smallQuantityExceptionPackageCount = smallQuantityExceptionPackageCount
end

Instance Attribute Details

#smallQuantityExceptionPackageCountObject

Returns the value of attribute smallQuantityExceptionPackageCount.



441
442
443
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 441

def smallQuantityExceptionPackageCount
  @smallQuantityExceptionPackageCount
end