Class: PurolatorWebServices::Soap::CloseoutWithLTLResponse

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

Overview

/CloseoutWithLTLResponse

closeoutWithLTLResult - PurolatorWebServices::Soap::CloseoutResultLTL

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#closeoutWithLTLResultObject

Returns the value of attribute closeoutWithLTLResult.



1480
1481
1482
# File 'lib/purolator_web_services/soap/default.rb', line 1480

def closeoutWithLTLResult
  @closeoutWithLTLResult
end