Class: SchedulePickup
- Inherits:
-
Object
- Object
- SchedulePickup
- Defined in:
- lib/g4s/shipping/default.rb,
lib/g4s/tracking/default.rb
Overview
/SchedulePickup
contactName - SOAP::SOAPString
companyName - SOAP::SOAPString
packageLatestAvailableTime - SOAP::SOAPString
readyTime - SOAP::SOAPString
suiteNumber - SOAP::SOAPString
floorID - SOAP::SOAPString
differentPickupLocation - SOAP::SOAPBoolean
packageLocation - SOAP::SOAPString
address1 - SOAP::SOAPString
address2 - SOAP::SOAPString
city - SOAP::SOAPString
state - SOAP::SOAPString
countryCode - SOAP::SOAPString
zip - SOAP::SOAPString
phone - SOAP::SOAPString
phoneExtn - SOAP::SOAPString
pickupDate - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#address1 ⇒ Object
Returns the value of attribute address1.
-
#address2 ⇒ Object
Returns the value of attribute address2.
-
#city ⇒ Object
Returns the value of attribute city.
-
#companyName ⇒ Object
Returns the value of attribute companyName.
-
#contactName ⇒ Object
Returns the value of attribute contactName.
-
#countryCode ⇒ Object
Returns the value of attribute countryCode.
-
#differentPickupLocation ⇒ Object
Returns the value of attribute differentPickupLocation.
-
#floorID ⇒ Object
Returns the value of attribute floorID.
-
#packageLatestAvailableTime ⇒ Object
Returns the value of attribute packageLatestAvailableTime.
-
#packageLocation ⇒ Object
Returns the value of attribute packageLocation.
-
#phone ⇒ Object
Returns the value of attribute phone.
-
#phoneExtn ⇒ Object
Returns the value of attribute phoneExtn.
-
#pickupDate ⇒ Object
Returns the value of attribute pickupDate.
-
#readyTime ⇒ Object
Returns the value of attribute readyTime.
-
#state ⇒ Object
Returns the value of attribute state.
-
#suiteNumber ⇒ Object
Returns the value of attribute suiteNumber.
-
#zip ⇒ Object
Returns the value of attribute zip.
Instance Method Summary collapse
-
#initialize(contactName = nil, companyName = nil, packageLatestAvailableTime = nil, readyTime = nil, suiteNumber = nil, floorID = nil, differentPickupLocation = nil, packageLocation = nil, address1 = nil, address2 = nil, city = nil, state = nil, countryCode = nil, zip = nil, phone = nil, phoneExtn = nil, pickupDate = nil) ⇒ SchedulePickup
constructor
A new instance of SchedulePickup.
Constructor Details
#initialize(contactName = nil, companyName = nil, packageLatestAvailableTime = nil, readyTime = nil, suiteNumber = nil, floorID = nil, differentPickupLocation = nil, packageLocation = nil, address1 = nil, address2 = nil, city = nil, state = nil, countryCode = nil, zip = nil, phone = nil, phoneExtn = nil, pickupDate = nil) ⇒ SchedulePickup
Returns a new instance of SchedulePickup.
302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 |
# File 'lib/g4s/shipping/default.rb', line 302 def initialize(contactName = nil, companyName = nil, packageLatestAvailableTime = nil, readyTime = nil, suiteNumber = nil, floorID = nil, differentPickupLocation = nil, packageLocation = nil, address1 = nil, address2 = nil, city = nil, state = nil, countryCode = nil, zip = nil, phone = nil, phoneExtn = nil, pickupDate = nil) @contactName = contactName @companyName = companyName @packageLatestAvailableTime = packageLatestAvailableTime @readyTime = readyTime @suiteNumber = suiteNumber @floorID = floorID @differentPickupLocation = differentPickupLocation @packageLocation = packageLocation @address1 = address1 @address2 = address2 @city = city @state = state @countryCode = countryCode @zip = zip @phone = phone @phoneExtn = phoneExtn @pickupDate = pickupDate end |
Instance Attribute Details
#address1 ⇒ Object
Returns the value of attribute address1.
292 293 294 |
# File 'lib/g4s/shipping/default.rb', line 292 def address1 @address1 end |
#address2 ⇒ Object
Returns the value of attribute address2.
293 294 295 |
# File 'lib/g4s/shipping/default.rb', line 293 def address2 @address2 end |
#city ⇒ Object
Returns the value of attribute city.
294 295 296 |
# File 'lib/g4s/shipping/default.rb', line 294 def city @city end |
#companyName ⇒ Object
Returns the value of attribute companyName.
285 286 287 |
# File 'lib/g4s/shipping/default.rb', line 285 def companyName @companyName end |
#contactName ⇒ Object
Returns the value of attribute contactName.
284 285 286 |
# File 'lib/g4s/shipping/default.rb', line 284 def contactName @contactName end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
296 297 298 |
# File 'lib/g4s/shipping/default.rb', line 296 def countryCode @countryCode end |
#differentPickupLocation ⇒ Object
Returns the value of attribute differentPickupLocation.
290 291 292 |
# File 'lib/g4s/shipping/default.rb', line 290 def differentPickupLocation @differentPickupLocation end |
#floorID ⇒ Object
Returns the value of attribute floorID.
289 290 291 |
# File 'lib/g4s/shipping/default.rb', line 289 def floorID @floorID end |
#packageLatestAvailableTime ⇒ Object
Returns the value of attribute packageLatestAvailableTime.
286 287 288 |
# File 'lib/g4s/shipping/default.rb', line 286 def packageLatestAvailableTime @packageLatestAvailableTime end |
#packageLocation ⇒ Object
Returns the value of attribute packageLocation.
291 292 293 |
# File 'lib/g4s/shipping/default.rb', line 291 def packageLocation @packageLocation end |
#phone ⇒ Object
Returns the value of attribute phone.
298 299 300 |
# File 'lib/g4s/shipping/default.rb', line 298 def phone @phone end |
#phoneExtn ⇒ Object
Returns the value of attribute phoneExtn.
299 300 301 |
# File 'lib/g4s/shipping/default.rb', line 299 def phoneExtn @phoneExtn end |
#pickupDate ⇒ Object
Returns the value of attribute pickupDate.
300 301 302 |
# File 'lib/g4s/shipping/default.rb', line 300 def pickupDate @pickupDate end |
#readyTime ⇒ Object
Returns the value of attribute readyTime.
287 288 289 |
# File 'lib/g4s/shipping/default.rb', line 287 def readyTime @readyTime end |
#state ⇒ Object
Returns the value of attribute state.
295 296 297 |
# File 'lib/g4s/shipping/default.rb', line 295 def state @state end |
#suiteNumber ⇒ Object
Returns the value of attribute suiteNumber.
288 289 290 |
# File 'lib/g4s/shipping/default.rb', line 288 def suiteNumber @suiteNumber end |
#zip ⇒ Object
Returns the value of attribute zip.
297 298 299 |
# File 'lib/g4s/shipping/default.rb', line 297 def zip @zip end |