Class: FedexWebServices::Soap::Ship::TrackingId
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::TrackingId
- 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
-
#formId ⇒ Object
Returns the value of attribute formId.
-
#trackingIdType ⇒ Object
Returns the value of attribute trackingIdType.
-
#trackingNumber ⇒ Object
Returns the value of attribute trackingNumber.
-
#uspsApplicationId ⇒ Object
Returns the value of attribute uspsApplicationId.
Instance Method Summary collapse
-
#initialize(trackingIdType = nil, formId = nil, uspsApplicationId = nil, trackingNumber = nil) ⇒ TrackingId
constructor
A new instance of TrackingId.
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
#formId ⇒ Object
Returns the value of attribute formId.
3437 3438 3439 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3437 def formId @formId end |
#trackingIdType ⇒ Object
Returns the value of attribute trackingIdType.
3436 3437 3438 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3436 def trackingIdType @trackingIdType end |
#trackingNumber ⇒ Object
Returns the value of attribute trackingNumber.
3439 3440 3441 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3439 def trackingNumber @trackingNumber end |
#uspsApplicationId ⇒ Object
Returns the value of attribute uspsApplicationId.
3438 3439 3440 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3438 def uspsApplicationId @uspsApplicationId end |