Class: PurolatorWebServices::Soap::CloseoutWithWeightRequest
- Inherits:
-
Object
- Object
- PurolatorWebServices::Soap::CloseoutWithWeightRequest
- Defined in:
- lib/purolator_web_services/soap/default.rb
Overview
/CloseoutWithWeightRequest
credentials - PurolatorWebServices::Soap::CredentialInfo
shipDate - SOAP::SOAPDateTime
parsNumber - SOAP::SOAPString
skidCount - SOAP::SOAPInt
packIDType - SOAP::SOAPString
packageWeights - PurolatorWebServices::Soap::ArrayOfPackageIDWeight
Instance Attribute Summary collapse
-
#credentials ⇒ Object
Returns the value of attribute credentials.
-
#packageWeights ⇒ Object
Returns the value of attribute packageWeights.
-
#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, packageWeights = nil) ⇒ CloseoutWithWeightRequest
constructor
A new instance of CloseoutWithWeightRequest.
Constructor Details
#initialize(credentials = nil, shipDate = nil, parsNumber = nil, skidCount = nil, packIDType = nil, packageWeights = nil) ⇒ CloseoutWithWeightRequest
Returns a new instance of CloseoutWithWeightRequest.
1143 1144 1145 1146 1147 1148 1149 1150 |
# File 'lib/purolator_web_services/soap/default.rb', line 1143 def initialize(credentials = nil, shipDate = nil, parsNumber = nil, skidCount = nil, packIDType = nil, packageWeights = nil) @credentials = credentials @shipDate = shipDate @parsNumber = parsNumber @skidCount = skidCount @packIDType = packIDType @packageWeights = packageWeights end |
Instance Attribute Details
#credentials ⇒ Object
Returns the value of attribute credentials.
1136 1137 1138 |
# File 'lib/purolator_web_services/soap/default.rb', line 1136 def credentials @credentials end |
#packageWeights ⇒ Object
Returns the value of attribute packageWeights.
1141 1142 1143 |
# File 'lib/purolator_web_services/soap/default.rb', line 1141 def packageWeights @packageWeights end |
#packIDType ⇒ Object
Returns the value of attribute packIDType.
1140 1141 1142 |
# File 'lib/purolator_web_services/soap/default.rb', line 1140 def packIDType @packIDType end |
#parsNumber ⇒ Object
Returns the value of attribute parsNumber.
1138 1139 1140 |
# File 'lib/purolator_web_services/soap/default.rb', line 1138 def parsNumber @parsNumber end |
#shipDate ⇒ Object
Returns the value of attribute shipDate.
1137 1138 1139 |
# File 'lib/purolator_web_services/soap/default.rb', line 1137 def shipDate @shipDate end |
#skidCount ⇒ Object
Returns the value of attribute skidCount.
1139 1140 1141 |
# File 'lib/purolator_web_services/soap/default.rb', line 1139 def skidCount @skidCount end |