Class: FedexWebServices::Soap::Rate::ShipmentDryIceDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::ShipmentDryIceDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13ShipmentDryIceDetail
packageCount - SOAP::SOAPNonNegativeInteger
totalWeight - FedexWebServices::Soap::Rate::Weight
Instance Attribute Summary collapse
-
#packageCount ⇒ Object
Returns the value of attribute packageCount.
-
#totalWeight ⇒ Object
Returns the value of attribute totalWeight.
Instance Method Summary collapse
-
#initialize(packageCount = nil, totalWeight = nil) ⇒ ShipmentDryIceDetail
constructor
A new instance of ShipmentDryIceDetail.
Constructor Details
#initialize(packageCount = nil, totalWeight = nil) ⇒ ShipmentDryIceDetail
Returns a new instance of ShipmentDryIceDetail.
2460 2461 2462 2463 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2460 def initialize(packageCount = nil, totalWeight = nil) @packageCount = packageCount @totalWeight = totalWeight end |
Instance Attribute Details
#packageCount ⇒ Object
Returns the value of attribute packageCount.
2457 2458 2459 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2457 def packageCount @packageCount end |
#totalWeight ⇒ Object
Returns the value of attribute totalWeight.
2458 2459 2460 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2458 def totalWeight @totalWeight end |