Class: PurolatorWebServices::Soap::CloseoutRequest
- Inherits:
-
Object
- Object
- PurolatorWebServices::Soap::CloseoutRequest
- Defined in:
- lib/purolator_web_services/soap/default.rb
Overview
/CloseoutRequest
credentials - PurolatorWebServices::Soap::CredentialInfo
shipDate - SOAP::SOAPDateTime
parsNumber - SOAP::SOAPString
skidCount - SOAP::SOAPInt
packIDType - SOAP::SOAPString
packageIDs - PurolatorWebServices::Soap::ArrayOfString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#credentials ⇒ Object
Returns the value of attribute credentials.
-
#packageIDs ⇒ Object
Returns the value of attribute packageIDs.
-
#packIDType ⇒ Object
Returns the value of attribute packIDType.
-
#parsNumber ⇒ Object
Returns the value of attribute parsNumber.
-
#shipDate ⇒ Object
Returns the value of attribute shipDate.
-
#skidCount ⇒ Object
Returns the value of attribute skidCount.
Instance Method Summary collapse
-
#initialize(credentials = nil, shipDate = nil, parsNumber = nil, skidCount = nil, packIDType = nil, packageIDs = nil) ⇒ CloseoutRequest
constructor
A new instance of CloseoutRequest.
Constructor Details
#initialize(credentials = nil, shipDate = nil, parsNumber = nil, skidCount = nil, packIDType = nil, packageIDs = nil) ⇒ CloseoutRequest
Returns a new instance of CloseoutRequest.
1027 1028 1029 1030 1031 1032 1033 1034 |
# File 'lib/purolator_web_services/soap/default.rb', line 1027 def initialize(credentials = nil, shipDate = nil, parsNumber = nil, skidCount = nil, packIDType = nil, packageIDs = nil) @credentials = credentials @shipDate = shipDate @parsNumber = parsNumber @skidCount = skidCount @packIDType = packIDType @packageIDs = packageIDs end |
Instance Attribute Details
#credentials ⇒ Object
Returns the value of attribute credentials.
1020 1021 1022 |
# File 'lib/purolator_web_services/soap/default.rb', line 1020 def credentials @credentials end |
#packageIDs ⇒ Object
Returns the value of attribute packageIDs.
1025 1026 1027 |
# File 'lib/purolator_web_services/soap/default.rb', line 1025 def packageIDs @packageIDs end |
#packIDType ⇒ Object
Returns the value of attribute packIDType.
1024 1025 1026 |
# File 'lib/purolator_web_services/soap/default.rb', line 1024 def packIDType @packIDType end |
#parsNumber ⇒ Object
Returns the value of attribute parsNumber.
1022 1023 1024 |
# File 'lib/purolator_web_services/soap/default.rb', line 1022 def parsNumber @parsNumber end |
#shipDate ⇒ Object
Returns the value of attribute shipDate.
1021 1022 1023 |
# File 'lib/purolator_web_services/soap/default.rb', line 1021 def shipDate @shipDate end |
#skidCount ⇒ Object
Returns the value of attribute skidCount.
1023 1024 1025 |
# File 'lib/purolator_web_services/soap/default.rb', line 1023 def skidCount @skidCount end |