Class: FedexWebServices::Soap::Ship::ShipmentDryIceDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::ShipmentDryIceDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12ShipmentDryIceDetail
packageCount - SOAP::SOAPNonNegativeInteger
totalWeight - FedexWebServices::Soap::Ship::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.
2771 2772 2773 2774 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2771 def initialize(packageCount = nil, totalWeight = nil) @packageCount = packageCount @totalWeight = totalWeight end |
Instance Attribute Details
#packageCount ⇒ Object
Returns the value of attribute packageCount.
2768 2769 2770 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2768 def packageCount @packageCount end |
#totalWeight ⇒ Object
Returns the value of attribute totalWeight.
2769 2770 2771 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2769 def totalWeight @totalWeight end |