Class: PurolatorWebServices::Soap::CloseoutWithWeightRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#credentialsObject

Returns the value of attribute credentials.



1136
1137
1138
# File 'lib/purolator_web_services/soap/default.rb', line 1136

def credentials
  @credentials
end

#packageWeightsObject

Returns the value of attribute packageWeights.



1141
1142
1143
# File 'lib/purolator_web_services/soap/default.rb', line 1141

def packageWeights
  @packageWeights
end

#packIDTypeObject

Returns the value of attribute packIDType.



1140
1141
1142
# File 'lib/purolator_web_services/soap/default.rb', line 1140

def packIDType
  @packIDType
end

#parsNumberObject

Returns the value of attribute parsNumber.



1138
1139
1140
# File 'lib/purolator_web_services/soap/default.rb', line 1138

def parsNumber
  @parsNumber
end

#shipDateObject

Returns the value of attribute shipDate.



1137
1138
1139
# File 'lib/purolator_web_services/soap/default.rb', line 1137

def shipDate
  @shipDate
end

#skidCountObject

Returns the value of attribute skidCount.



1139
1140
1141
# File 'lib/purolator_web_services/soap/default.rb', line 1139

def skidCount
  @skidCount
end