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.



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
277
278
279
280
# File 'lib/g4s/tracking/default.rb', line 238

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.



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

def billFreightTo
  @billFreightTo
end

#brokerInfoObject

Returns the value of attribute brokerInfo.



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

def brokerInfo
  @brokerInfo
end

#carrierNameObject

Returns the value of attribute carrierName.



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

def carrierName
  @carrierName
end

#cODAmountObject

Returns the value of attribute cODAmount.



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

def cODAmount
  @cODAmount
end

#cODInfoObject

Returns the value of attribute cODInfo.



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

def cODInfo
  @cODInfo
end

#commodityCollectionObject

Returns the value of attribute commodityCollection.



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

def commodityCollection
  @commodityCollection
end

#declaredWeightObject

Returns the value of attribute declaredWeight.



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

def declaredWeight
  @declaredWeight
end

#declareValueObject

Returns the value of attribute declareValue.



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

def declareValue
  @declareValue
end

#descriptionObject

Returns the value of attribute description.



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

def description
  @description
end

#dimensionsObject

Returns the value of attribute dimensions.



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

def dimensions
  @dimensions
end

#dimensionUnitTypeObject

Returns the value of attribute dimensionUnitType.



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

def dimensionUnitType
  @dimensionUnitType
end

#dutiesPayorTypeObject

Returns the value of attribute dutiesPayorType.



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

def dutiesPayorType
  @dutiesPayorType
end

#holdAtLocationObject

Returns the value of attribute holdAtLocation.



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

def holdAtLocation
  @holdAtLocation
end

#holdAtLocationInfoObject

Returns the value of attribute holdAtLocationInfo.



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

def holdAtLocationInfo
  @holdAtLocationInfo
end

#packageTypeNameObject

Returns the value of attribute packageTypeName.



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

def packageTypeName
  @packageTypeName
end

#purchaseOrderNumberObject

Returns the value of attribute purchaseOrderNumber.



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

def purchaseOrderNumber
  @purchaseOrderNumber
end

#receiveAlertsObject

Returns the value of attribute receiveAlerts.



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

def receiveAlerts
  @receiveAlerts
end

#recipientAddressObject

Returns the value of attribute recipientAddress.



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

def recipientAddress
  @recipientAddress
end

#recipientAlertEmailObject

Returns the value of attribute recipientAlertEmail.



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

def recipientAlertEmail
  @recipientAlertEmail
end

#recipientDeliveryNotificationObject

Returns the value of attribute recipientDeliveryNotification.



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

def recipientDeliveryNotification
  @recipientDeliveryNotification
end

#recipientExceptionNotificationObject

Returns the value of attribute recipientExceptionNotification.



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

def recipientExceptionNotification
  @recipientExceptionNotification
end

#recipientShipNotificationObject

Returns the value of attribute recipientShipNotification.



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

def recipientShipNotification
  @recipientShipNotification
end

#residentialObject

Returns the value of attribute residential.



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

def residential
  @residential
end

#restrictedWordsComplianceObject

Returns the value of attribute restrictedWordsCompliance.



235
236
237
# File 'lib/g4s/tracking/default.rb', line 235

def restrictedWordsCompliance
  @restrictedWordsCompliance
end

#salesOrderNumberObject

Returns the value of attribute salesOrderNumber.



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

def salesOrderNumber
  @salesOrderNumber
end

#saturdayDeliveryObject

Returns the value of attribute saturdayDelivery.



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

def saturdayDelivery
  @saturdayDelivery
end

#saturdayPickupObject

Returns the value of attribute saturdayPickup.



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

def saturdayPickup
  @saturdayPickup
end

#saveNewRecipientAddressObject

Returns the value of attribute saveNewRecipientAddress.



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

def saveNewRecipientAddress
  @saveNewRecipientAddress
end

#schedulePickupObject

Returns the value of attribute schedulePickup.



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

def schedulePickup
  @schedulePickup
end

#schedulePickupLocationObject

Returns the value of attribute schedulePickupLocation.



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

def schedulePickupLocation
  @schedulePickupLocation
end

#sEDNumberObject

Returns the value of attribute sEDNumber.



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

def sEDNumber
  @sEDNumber
end

#serviceLevelNameObject

Returns the value of attribute serviceLevelName.



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

def serviceLevelName
  @serviceLevelName
end

#shipmentDateObject

Returns the value of attribute shipmentDate.



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

def shipmentDate
  @shipmentDate
end

#shipperAddressObject

Returns the value of attribute shipperAddress.



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

def shipperAddress
  @shipperAddress
end

#shipperDeliveryNotificationObject

Returns the value of attribute shipperDeliveryNotification.



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

def shipperDeliveryNotification
  @shipperDeliveryNotification
end

#shipperExceptionNotificationObject

Returns the value of attribute shipperExceptionNotification.



234
235
236
# File 'lib/g4s/tracking/default.rb', line 234

def shipperExceptionNotification
  @shipperExceptionNotification
end

#shipperShipNotificationObject

Returns the value of attribute shipperShipNotification.



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

def shipperShipNotification
  @shipperShipNotification
end

#signatureOptionObject

Returns the value of attribute signatureOption.



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

def signatureOption
  @signatureOption
end

#thermalPrinterObject

Returns the value of attribute thermalPrinter.



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

def thermalPrinter
  @thermalPrinter
end

#trackingNumberObject

Returns the value of attribute trackingNumber.



236
237
238
# File 'lib/g4s/tracking/default.rb', line 236

def trackingNumber
  @trackingNumber
end

#weightTypeObject

Returns the value of attribute weightType.



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

def weightType
  @weightType
end