Class: FedexWebServices::Soap::Ship::ShipmentDryIceDetail

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#packageCountObject

Returns the value of attribute packageCount.



2768
2769
2770
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2768

def packageCount
  @packageCount
end

#totalWeightObject

Returns the value of attribute totalWeight.



2769
2770
2771
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2769

def totalWeight
  @totalWeight
end