Class: PurolatorWebServices::Soap::AddConsolidatedLTLShipmentResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/purolator_web_services/soap/default.rb

Overview

/AddConsolidatedLTLShipmentResponse

addConsolidatedLTLShipmentResult - PurolatorWebServices::Soap::LTLShipmentResult

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#addConsolidatedLTLShipmentResultObject

Returns the value of attribute addConsolidatedLTLShipmentResult.



1520
1521
1522
# File 'lib/purolator_web_services/soap/default.rb', line 1520

def addConsolidatedLTLShipmentResult
  @addConsolidatedLTLShipmentResult
end