Class: PurolatorWebServices::Soap::AddLTLOrderResponse
- Inherits:
-
Object
- Object
- PurolatorWebServices::Soap::AddLTLOrderResponse
- Defined in:
- lib/purolator_web_services/soap/default.rb
Overview
/AddLTLOrderResponse
addLTLOrderResult - PurolatorWebServices::Soap::LTLOrderResult
Instance Attribute Summary collapse
-
#addLTLOrderResult ⇒ Object
Returns the value of attribute addLTLOrderResult.
Instance Method Summary collapse
-
#initialize(addLTLOrderResult = nil) ⇒ AddLTLOrderResponse
constructor
A new instance of AddLTLOrderResponse.
Constructor Details
#initialize(addLTLOrderResult = nil) ⇒ AddLTLOrderResponse
Returns a new instance of AddLTLOrderResponse.
1259 1260 1261 |
# File 'lib/purolator_web_services/soap/default.rb', line 1259 def initialize(addLTLOrderResult = nil) @addLTLOrderResult = addLTLOrderResult end |
Instance Attribute Details
#addLTLOrderResult ⇒ Object
Returns the value of attribute addLTLOrderResult.
1257 1258 1259 |
# File 'lib/purolator_web_services/soap/default.rb', line 1257 def addLTLOrderResult @addLTLOrderResult end |