Class: PurolatorWebServices::Soap::CloseoutWithLTLResponse
- Inherits:
-
Object
- Object
- PurolatorWebServices::Soap::CloseoutWithLTLResponse
- Defined in:
- lib/purolator_web_services/soap/default.rb
Overview
/CloseoutWithLTLResponse
closeoutWithLTLResult - PurolatorWebServices::Soap::CloseoutResultLTL
Instance Attribute Summary collapse
-
#closeoutWithLTLResult ⇒ Object
Returns the value of attribute closeoutWithLTLResult.
Instance Method Summary collapse
-
#initialize(closeoutWithLTLResult = nil) ⇒ CloseoutWithLTLResponse
constructor
A new instance of CloseoutWithLTLResponse.
Constructor Details
#initialize(closeoutWithLTLResult = nil) ⇒ CloseoutWithLTLResponse
Returns a new instance of CloseoutWithLTLResponse.
1482 1483 1484 |
# File 'lib/purolator_web_services/soap/default.rb', line 1482 def initialize(closeoutWithLTLResult = nil) @closeoutWithLTLResult = closeoutWithLTLResult end |
Instance Attribute Details
#closeoutWithLTLResult ⇒ Object
Returns the value of attribute closeoutWithLTLResult.
1480 1481 1482 |
# File 'lib/purolator_web_services/soap/default.rb', line 1480 def closeoutWithLTLResult @closeoutWithLTLResult end |