Class: TrackingResponse

Inherits:
ShipmentRequest show all
Defined in:
lib/g4s/tracking/default.rb

Overview

/TrackingResponse

commodityCollection - ArrayOfCommodityList
carrierName - SOAP::SOAPString
shipmentDate - SOAP::SOAPDateTime
billFreightTo - SOAP::SOAPString
serviceLevelName - SOAP::SOAPString
packageTypeName - SOAP::SOAPString
declaredWeight - SOAP::SOAPDouble
declareValue - SOAP::SOAPDouble
weightType - SOAP::SOAPString
description - SOAP::SOAPString
dimensions - SOAP::SOAPString
dimensionUnitType - SOAP::SOAPString
thermalPrinter - SOAP::SOAPBoolean
sEDNumber - SOAP::SOAPString
dutiesPayorType - SOAP::SOAPString
recipientAddress - Address
saveNewRecipientAddress - SOAP::SOAPBoolean
shipperAddress - Address
cODAmount - SOAP::SOAPDouble
holdAtLocation - SOAP::SOAPBoolean
schedulePickup - SOAP::SOAPBoolean
schedulePickupLocation - SchedulePickup
cODInfo - COD
holdAtLocationInfo - HoldAtLocation
purchaseOrderNumber - SOAP::SOAPString
salesOrderNumber - SOAP::SOAPString
brokerInfo - BrokerInfo
recipientShipNotification - SOAP::SOAPBoolean
receiveAlerts - SOAP::SOAPBoolean
saturdayDelivery - SOAP::SOAPBoolean
saturdayPickup - SOAP::SOAPBoolean
residential - SOAP::SOAPBoolean
signatureOption - SOAP::SOAPString
recipientAlertEmail - SOAP::SOAPString
recipientDeliveryNotification - SOAP::SOAPBoolean
recipientExceptionNotification - SOAP::SOAPBoolean
shipperShipNotification - SOAP::SOAPBoolean
shipperDeliveryNotification - SOAP::SOAPBoolean
shipperExceptionNotification - SOAP::SOAPBoolean
restrictedWordsCompliance - SOAP::SOAPBoolean
trackingNumber - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(commodityCollection = nil, carrierName = nil, shipmentDate = nil, billFreightTo = nil, serviceLevelName = nil, packageTypeName = nil, declaredWeight = nil, declareValue = nil, weightType = nil, description = nil, dimensions = nil, dimensionUnitType = nil, thermalPrinter = nil, sEDNumber = nil, dutiesPayorType = nil, recipientAddress = nil, saveNewRecipientAddress = nil, shipperAddress = nil, cODAmount = nil, holdAtLocation = nil, schedulePickup = nil, schedulePickupLocation = nil, cODInfo = nil, holdAtLocationInfo = nil, purchaseOrderNumber = nil, salesOrderNumber = nil, brokerInfo = nil, recipientShipNotification = nil, receiveAlerts = nil, saturdayDelivery = nil, saturdayPickup = nil, residential = nil, signatureOption = nil, recipientAlertEmail = nil, recipientDeliveryNotification = nil, recipientExceptionNotification = nil, shipperShipNotification = nil, shipperDeliveryNotification = nil, shipperExceptionNotification = nil, restrictedWordsCompliance = nil, trackingNumber = nil) ⇒ TrackingResponse

Returns a new instance of TrackingResponse.



234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
# File 'lib/g4s/tracking/default.rb', line 234

def initialize(commodityCollection = nil, carrierName = nil, shipmentDate = nil, billFreightTo = nil, serviceLevelName = nil, packageTypeName = nil, declaredWeight = nil, declareValue = nil, weightType = nil, description = nil, dimensions = nil, dimensionUnitType = nil, thermalPrinter = nil, sEDNumber = nil, dutiesPayorType = nil, recipientAddress = nil, saveNewRecipientAddress = nil, shipperAddress = nil, cODAmount = nil, holdAtLocation = nil, schedulePickup = nil, schedulePickupLocation = nil, cODInfo = nil, holdAtLocationInfo = nil, purchaseOrderNumber = nil, salesOrderNumber = nil, brokerInfo = nil, recipientShipNotification = nil, receiveAlerts = nil, saturdayDelivery = nil, saturdayPickup = nil, residential = nil, signatureOption = nil, recipientAlertEmail = nil, recipientDeliveryNotification = nil, recipientExceptionNotification = nil, shipperShipNotification = nil, shipperDeliveryNotification = nil, shipperExceptionNotification = nil, restrictedWordsCompliance = nil, trackingNumber = nil)
  @commodityCollection = commodityCollection
  @carrierName = carrierName
  @shipmentDate = shipmentDate
  @billFreightTo = billFreightTo
  @serviceLevelName = serviceLevelName
  @packageTypeName = packageTypeName
  @declaredWeight = declaredWeight
  @declareValue = declareValue
  @weightType = weightType
  @description = description
  @dimensions = dimensions
  @dimensionUnitType = dimensionUnitType
  @thermalPrinter = thermalPrinter
  @sEDNumber = sEDNumber
  @dutiesPayorType = dutiesPayorType
  @recipientAddress = recipientAddress
  @saveNewRecipientAddress = saveNewRecipientAddress
  @shipperAddress = shipperAddress
  @cODAmount = cODAmount
  @holdAtLocation = holdAtLocation
  @schedulePickup = schedulePickup
  @schedulePickupLocation = schedulePickupLocation
  @cODInfo = cODInfo
  @holdAtLocationInfo = holdAtLocationInfo
  @purchaseOrderNumber = purchaseOrderNumber
  @salesOrderNumber = salesOrderNumber
  @brokerInfo = brokerInfo
  @recipientShipNotification = recipientShipNotification
  @receiveAlerts = receiveAlerts
  @saturdayDelivery = saturdayDelivery
  @saturdayPickup = saturdayPickup
  @residential = residential
  @signatureOption = signatureOption
  @recipientAlertEmail = recipientAlertEmail
  @recipientDeliveryNotification = recipientDeliveryNotification
  @recipientExceptionNotification = recipientExceptionNotification
  @shipperShipNotification = shipperShipNotification
  @shipperDeliveryNotification = shipperDeliveryNotification
  @shipperExceptionNotification = shipperExceptionNotification
  @restrictedWordsCompliance = restrictedWordsCompliance
  @trackingNumber = trackingNumber
end

Instance Attribute Details

#billFreightToObject

Returns the value of attribute billFreightTo.



195
196
197
# File 'lib/g4s/tracking/default.rb', line 195

def billFreightTo
  @billFreightTo
end

#brokerInfoObject

Returns the value of attribute brokerInfo.



218
219
220
# File 'lib/g4s/tracking/default.rb', line 218

def brokerInfo
  @brokerInfo
end

#carrierNameObject

Returns the value of attribute carrierName.



193
194
195
# File 'lib/g4s/tracking/default.rb', line 193

def carrierName
  @carrierName
end

#cODAmountObject

Returns the value of attribute cODAmount.



210
211
212
# File 'lib/g4s/tracking/default.rb', line 210

def cODAmount
  @cODAmount
end

#cODInfoObject

Returns the value of attribute cODInfo.



214
215
216
# File 'lib/g4s/tracking/default.rb', line 214

def cODInfo
  @cODInfo
end

#commodityCollectionObject

Returns the value of attribute commodityCollection.



192
193
194
# File 'lib/g4s/tracking/default.rb', line 192

def commodityCollection
  @commodityCollection
end

#declaredWeightObject

Returns the value of attribute declaredWeight.



198
199
200
# File 'lib/g4s/tracking/default.rb', line 198

def declaredWeight
  @declaredWeight
end

#declareValueObject

Returns the value of attribute declareValue.



199
200
201
# File 'lib/g4s/tracking/default.rb', line 199

def declareValue
  @declareValue
end

#descriptionObject

Returns the value of attribute description.



201
202
203
# File 'lib/g4s/tracking/default.rb', line 201

def description
  @description
end

#dimensionsObject

Returns the value of attribute dimensions.



202
203
204
# File 'lib/g4s/tracking/default.rb', line 202

def dimensions
  @dimensions
end

#dimensionUnitTypeObject

Returns the value of attribute dimensionUnitType.



203
204
205
# File 'lib/g4s/tracking/default.rb', line 203

def dimensionUnitType
  @dimensionUnitType
end

#dutiesPayorTypeObject

Returns the value of attribute dutiesPayorType.



206
207
208
# File 'lib/g4s/tracking/default.rb', line 206

def dutiesPayorType
  @dutiesPayorType
end

#holdAtLocationObject

Returns the value of attribute holdAtLocation.



211
212
213
# File 'lib/g4s/tracking/default.rb', line 211

def holdAtLocation
  @holdAtLocation
end

#holdAtLocationInfoObject

Returns the value of attribute holdAtLocationInfo.



215
216
217
# File 'lib/g4s/tracking/default.rb', line 215

def holdAtLocationInfo
  @holdAtLocationInfo
end

#packageTypeNameObject

Returns the value of attribute packageTypeName.



197
198
199
# File 'lib/g4s/tracking/default.rb', line 197

def packageTypeName
  @packageTypeName
end

#purchaseOrderNumberObject

Returns the value of attribute purchaseOrderNumber.



216
217
218
# File 'lib/g4s/tracking/default.rb', line 216

def purchaseOrderNumber
  @purchaseOrderNumber
end

#receiveAlertsObject

Returns the value of attribute receiveAlerts.



220
221
222
# File 'lib/g4s/tracking/default.rb', line 220

def receiveAlerts
  @receiveAlerts
end

#recipientAddressObject

Returns the value of attribute recipientAddress.



207
208
209
# File 'lib/g4s/tracking/default.rb', line 207

def recipientAddress
  @recipientAddress
end

#recipientAlertEmailObject

Returns the value of attribute recipientAlertEmail.



225
226
227
# File 'lib/g4s/tracking/default.rb', line 225

def recipientAlertEmail
  @recipientAlertEmail
end

#recipientDeliveryNotificationObject

Returns the value of attribute recipientDeliveryNotification.



226
227
228
# File 'lib/g4s/tracking/default.rb', line 226

def recipientDeliveryNotification
  @recipientDeliveryNotification
end

#recipientExceptionNotificationObject

Returns the value of attribute recipientExceptionNotification.



227
228
229
# File 'lib/g4s/tracking/default.rb', line 227

def recipientExceptionNotification
  @recipientExceptionNotification
end

#recipientShipNotificationObject

Returns the value of attribute recipientShipNotification.



219
220
221
# File 'lib/g4s/tracking/default.rb', line 219

def recipientShipNotification
  @recipientShipNotification
end

#residentialObject

Returns the value of attribute residential.



223
224
225
# File 'lib/g4s/tracking/default.rb', line 223

def residential
  @residential
end

#restrictedWordsComplianceObject

Returns the value of attribute restrictedWordsCompliance.



231
232
233
# File 'lib/g4s/tracking/default.rb', line 231

def restrictedWordsCompliance
  @restrictedWordsCompliance
end

#salesOrderNumberObject

Returns the value of attribute salesOrderNumber.



217
218
219
# File 'lib/g4s/tracking/default.rb', line 217

def salesOrderNumber
  @salesOrderNumber
end

#saturdayDeliveryObject

Returns the value of attribute saturdayDelivery.



221
222
223
# File 'lib/g4s/tracking/default.rb', line 221

def saturdayDelivery
  @saturdayDelivery
end

#saturdayPickupObject

Returns the value of attribute saturdayPickup.



222
223
224
# File 'lib/g4s/tracking/default.rb', line 222

def saturdayPickup
  @saturdayPickup
end

#saveNewRecipientAddressObject

Returns the value of attribute saveNewRecipientAddress.



208
209
210
# File 'lib/g4s/tracking/default.rb', line 208

def saveNewRecipientAddress
  @saveNewRecipientAddress
end

#schedulePickupObject

Returns the value of attribute schedulePickup.



212
213
214
# File 'lib/g4s/tracking/default.rb', line 212

def schedulePickup
  @schedulePickup
end

#schedulePickupLocationObject

Returns the value of attribute schedulePickupLocation.



213
214
215
# File 'lib/g4s/tracking/default.rb', line 213

def schedulePickupLocation
  @schedulePickupLocation
end

#sEDNumberObject

Returns the value of attribute sEDNumber.



205
206
207
# File 'lib/g4s/tracking/default.rb', line 205

def sEDNumber
  @sEDNumber
end

#serviceLevelNameObject

Returns the value of attribute serviceLevelName.



196
197
198
# File 'lib/g4s/tracking/default.rb', line 196

def serviceLevelName
  @serviceLevelName
end

#shipmentDateObject

Returns the value of attribute shipmentDate.



194
195
196
# File 'lib/g4s/tracking/default.rb', line 194

def shipmentDate
  @shipmentDate
end

#shipperAddressObject

Returns the value of attribute shipperAddress.



209
210
211
# File 'lib/g4s/tracking/default.rb', line 209

def shipperAddress
  @shipperAddress
end

#shipperDeliveryNotificationObject

Returns the value of attribute shipperDeliveryNotification.



229
230
231
# File 'lib/g4s/tracking/default.rb', line 229

def shipperDeliveryNotification
  @shipperDeliveryNotification
end

#shipperExceptionNotificationObject

Returns the value of attribute shipperExceptionNotification.



230
231
232
# File 'lib/g4s/tracking/default.rb', line 230

def shipperExceptionNotification
  @shipperExceptionNotification
end

#shipperShipNotificationObject

Returns the value of attribute shipperShipNotification.



228
229
230
# File 'lib/g4s/tracking/default.rb', line 228

def shipperShipNotification
  @shipperShipNotification
end

#signatureOptionObject

Returns the value of attribute signatureOption.



224
225
226
# File 'lib/g4s/tracking/default.rb', line 224

def signatureOption
  @signatureOption
end

#thermalPrinterObject

Returns the value of attribute thermalPrinter.



204
205
206
# File 'lib/g4s/tracking/default.rb', line 204

def thermalPrinter
  @thermalPrinter
end

#trackingNumberObject

Returns the value of attribute trackingNumber.



232
233
234
# File 'lib/g4s/tracking/default.rb', line 232

def trackingNumber
  @trackingNumber
end

#weightTypeObject

Returns the value of attribute weightType.



200
201
202
# File 'lib/g4s/tracking/default.rb', line 200

def weightType
  @weightType
end