Class: FedexWebServices::Soap::Rate::ShipmentDryIceDetail

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

Instance Method Summary collapse

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

#packageCountObject

Returns the value of attribute packageCount.



2457
2458
2459
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2457

def packageCount
  @packageCount
end

#totalWeightObject

Returns the value of attribute totalWeight.



2458
2459
2460
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2458

def totalWeight
  @totalWeight
end