Class: FedexWebServices::Soap::Ship::CompletedHazardousSummaryDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::CompletedHazardousSummaryDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12CompletedHazardousSummaryDetail
smallQuantityExceptionPackageCount - SOAP::SOAPNonNegativeInteger
Instance Attribute Summary collapse
-
#smallQuantityExceptionPackageCount ⇒ Object
Returns the value of attribute smallQuantityExceptionPackageCount.
Instance Method Summary collapse
-
#initialize(smallQuantityExceptionPackageCount = nil) ⇒ CompletedHazardousSummaryDetail
constructor
A new instance of CompletedHazardousSummaryDetail.
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
#smallQuantityExceptionPackageCount ⇒ Object
Returns the value of attribute smallQuantityExceptionPackageCount.
441 442 443 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 441 def smallQuantityExceptionPackageCount @smallQuantityExceptionPackageCount end |