Class: FedexWebServices::Soap::Ship::CompletedHazardousShipmentDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::CompletedHazardousShipmentDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12CompletedHazardousShipmentDetail
hazardousSummaryDetail - FedexWebServices::Soap::Ship::CompletedHazardousSummaryDetail
dryIceDetail - FedexWebServices::Soap::Ship::ShipmentDryIceDetail
Instance Attribute Summary collapse
-
#dryIceDetail ⇒ Object
Returns the value of attribute dryIceDetail.
-
#hazardousSummaryDetail ⇒ Object
Returns the value of attribute hazardousSummaryDetail.
Instance Method Summary collapse
-
#initialize(hazardousSummaryDetail = nil, dryIceDetail = nil) ⇒ CompletedHazardousShipmentDetail
constructor
A new instance of CompletedHazardousShipmentDetail.
Constructor Details
#initialize(hazardousSummaryDetail = nil, dryIceDetail = nil) ⇒ CompletedHazardousShipmentDetail
Returns a new instance of CompletedHazardousShipmentDetail.
432 433 434 435 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 432 def initialize(hazardousSummaryDetail = nil, dryIceDetail = nil) @hazardousSummaryDetail = hazardousSummaryDetail @dryIceDetail = dryIceDetail end |
Instance Attribute Details
#dryIceDetail ⇒ Object
Returns the value of attribute dryIceDetail.
430 431 432 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 430 def dryIceDetail @dryIceDetail end |
#hazardousSummaryDetail ⇒ Object
Returns the value of attribute hazardousSummaryDetail.
429 430 431 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 429 def hazardousSummaryDetail @hazardousSummaryDetail end |