Class: PurolatorWebServices::Soap::AddConsolidatedLTLShipmentResponse
- Inherits:
-
Object
- Object
- PurolatorWebServices::Soap::AddConsolidatedLTLShipmentResponse
- Defined in:
- lib/purolator_web_services/soap/default.rb
Overview
/AddConsolidatedLTLShipmentResponse
addConsolidatedLTLShipmentResult - PurolatorWebServices::Soap::LTLShipmentResult
Instance Attribute Summary collapse
-
#addConsolidatedLTLShipmentResult ⇒ Object
Returns the value of attribute addConsolidatedLTLShipmentResult.
Instance Method Summary collapse
-
#initialize(addConsolidatedLTLShipmentResult = nil) ⇒ AddConsolidatedLTLShipmentResponse
constructor
A new instance of AddConsolidatedLTLShipmentResponse.
Constructor Details
#initialize(addConsolidatedLTLShipmentResult = nil) ⇒ AddConsolidatedLTLShipmentResponse
Returns a new instance of AddConsolidatedLTLShipmentResponse.
1522 1523 1524 |
# File 'lib/purolator_web_services/soap/default.rb', line 1522 def initialize(addConsolidatedLTLShipmentResult = nil) @addConsolidatedLTLShipmentResult = addConsolidatedLTLShipmentResult end |
Instance Attribute Details
#addConsolidatedLTLShipmentResult ⇒ Object
Returns the value of attribute addConsolidatedLTLShipmentResult.
1520 1521 1522 |
# File 'lib/purolator_web_services/soap/default.rb', line 1520 def addConsolidatedLTLShipmentResult @addConsolidatedLTLShipmentResult end |