Class: FedexWebServices::Soap::Ship::TrackingId

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

http://fedex.com/ws/ship/v12TrackingId

trackingIdType - FedexWebServices::Soap::Ship::TrackingIdType
formId - SOAP::SOAPString
uspsApplicationId - SOAP::SOAPString
trackingNumber - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(trackingIdType = nil, formId = nil, uspsApplicationId = nil, trackingNumber = nil) ⇒ TrackingId

Returns a new instance of TrackingId.



3441
3442
3443
3444
3445
3446
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3441

def initialize(trackingIdType = nil, formId = nil, uspsApplicationId = nil, trackingNumber = nil)
  @trackingIdType = trackingIdType
  @formId = formId
  @uspsApplicationId = uspsApplicationId
  @trackingNumber = trackingNumber
end

Instance Attribute Details

#formIdObject

Returns the value of attribute formId.



3437
3438
3439
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3437

def formId
  @formId
end

#trackingIdTypeObject

Returns the value of attribute trackingIdType.



3436
3437
3438
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3436

def trackingIdType
  @trackingIdType
end

#trackingNumberObject

Returns the value of attribute trackingNumber.



3439
3440
3441
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3439

def trackingNumber
  @trackingNumber
end

#uspsApplicationIdObject

Returns the value of attribute uspsApplicationId.



3438
3439
3440
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3438

def uspsApplicationId
  @uspsApplicationId
end