Class: FedexWebServices::Soap::Ship::CompletedShipmentDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::CompletedShipmentDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12CompletedShipmentDetail
usDomestic - SOAP::SOAPBoolean
carrierCode - FedexWebServices::Soap::Ship::CarrierCodeType
masterTrackingId - FedexWebServices::Soap::Ship::TrackingId
serviceTypeDescription - SOAP::SOAPString
packagingDescription - SOAP::SOAPString
operationalDetail - FedexWebServices::Soap::Ship::ShipmentOperationalDetail
accessDetail - FedexWebServices::Soap::Ship::PendingShipmentAccessDetail
tagDetail - FedexWebServices::Soap::Ship::CompletedTagDetail
smartPostDetail - FedexWebServices::Soap::Ship::CompletedSmartPostDetail
hazardousShipmentDetail - FedexWebServices::Soap::Ship::CompletedHazardousShipmentDetail
shipmentRating - FedexWebServices::Soap::Ship::ShipmentRating
completedHoldAtLocationDetail - FedexWebServices::Soap::Ship::CompletedHoldAtLocationDetail
exportComplianceStatement - SOAP::SOAPString
completedEtdDetail - FedexWebServices::Soap::Ship::CompletedEtdDetail
shipmentDocuments - FedexWebServices::Soap::Ship::ShippingDocument
associatedShipments - FedexWebServices::Soap::Ship::AssociatedShipmentDetail
completedCodDetail - FedexWebServices::Soap::Ship::CompletedCodDetail
completedPackageDetails - FedexWebServices::Soap::Ship::CompletedPackageDetail
Instance Attribute Summary collapse
-
#accessDetail ⇒ Object
Returns the value of attribute accessDetail.
-
#associatedShipments ⇒ Object
Returns the value of attribute associatedShipments.
-
#carrierCode ⇒ Object
Returns the value of attribute carrierCode.
-
#completedCodDetail ⇒ Object
Returns the value of attribute completedCodDetail.
-
#completedEtdDetail ⇒ Object
Returns the value of attribute completedEtdDetail.
-
#completedHoldAtLocationDetail ⇒ Object
Returns the value of attribute completedHoldAtLocationDetail.
-
#completedPackageDetails ⇒ Object
Returns the value of attribute completedPackageDetails.
-
#exportComplianceStatement ⇒ Object
Returns the value of attribute exportComplianceStatement.
-
#hazardousShipmentDetail ⇒ Object
Returns the value of attribute hazardousShipmentDetail.
-
#masterTrackingId ⇒ Object
Returns the value of attribute masterTrackingId.
-
#operationalDetail ⇒ Object
Returns the value of attribute operationalDetail.
-
#packagingDescription ⇒ Object
Returns the value of attribute packagingDescription.
-
#serviceTypeDescription ⇒ Object
Returns the value of attribute serviceTypeDescription.
-
#shipmentDocuments ⇒ Object
Returns the value of attribute shipmentDocuments.
-
#shipmentRating ⇒ Object
Returns the value of attribute shipmentRating.
-
#smartPostDetail ⇒ Object
Returns the value of attribute smartPostDetail.
-
#tagDetail ⇒ Object
Returns the value of attribute tagDetail.
-
#usDomestic ⇒ Object
Returns the value of attribute usDomestic.
Instance Method Summary collapse
Constructor Details
#initialize(usDomestic = nil, carrierCode = nil, masterTrackingId = nil, serviceTypeDescription = nil, packagingDescription = nil, operationalDetail = nil, accessDetail = nil, tagDetail = nil, smartPostDetail = nil, hazardousShipmentDetail = nil, shipmentRating = nil, completedHoldAtLocationDetail = nil, exportComplianceStatement = nil, completedEtdDetail = nil, shipmentDocuments = [], associatedShipments = [], completedCodDetail = nil, completedPackageDetails = []) ⇒ CompletedShipmentDetail
Returns a new instance of CompletedShipmentDetail.
543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 543 def initialize(usDomestic = nil, carrierCode = nil, masterTrackingId = nil, serviceTypeDescription = nil, packagingDescription = nil, operationalDetail = nil, accessDetail = nil, tagDetail = nil, smartPostDetail = nil, hazardousShipmentDetail = nil, shipmentRating = nil, completedHoldAtLocationDetail = nil, exportComplianceStatement = nil, completedEtdDetail = nil, shipmentDocuments = [], associatedShipments = [], completedCodDetail = nil, completedPackageDetails = []) @usDomestic = usDomestic @carrierCode = carrierCode @masterTrackingId = masterTrackingId @serviceTypeDescription = serviceTypeDescription @packagingDescription = packagingDescription @operationalDetail = operationalDetail @accessDetail = accessDetail @tagDetail = tagDetail @smartPostDetail = smartPostDetail @hazardousShipmentDetail = hazardousShipmentDetail @shipmentRating = shipmentRating @completedHoldAtLocationDetail = completedHoldAtLocationDetail @exportComplianceStatement = exportComplianceStatement @completedEtdDetail = completedEtdDetail @shipmentDocuments = shipmentDocuments @associatedShipments = associatedShipments @completedCodDetail = completedCodDetail @completedPackageDetails = completedPackageDetails end |
Instance Attribute Details
#accessDetail ⇒ Object
Returns the value of attribute accessDetail.
530 531 532 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 530 def accessDetail @accessDetail end |
#associatedShipments ⇒ Object
Returns the value of attribute associatedShipments.
539 540 541 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 539 def associatedShipments @associatedShipments end |
#carrierCode ⇒ Object
Returns the value of attribute carrierCode.
525 526 527 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 525 def carrierCode @carrierCode end |
#completedCodDetail ⇒ Object
Returns the value of attribute completedCodDetail.
540 541 542 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 540 def completedCodDetail @completedCodDetail end |
#completedEtdDetail ⇒ Object
Returns the value of attribute completedEtdDetail.
537 538 539 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 537 def completedEtdDetail @completedEtdDetail end |
#completedHoldAtLocationDetail ⇒ Object
Returns the value of attribute completedHoldAtLocationDetail.
535 536 537 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 535 def completedHoldAtLocationDetail @completedHoldAtLocationDetail end |
#completedPackageDetails ⇒ Object
Returns the value of attribute completedPackageDetails.
541 542 543 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 541 def completedPackageDetails @completedPackageDetails end |
#exportComplianceStatement ⇒ Object
Returns the value of attribute exportComplianceStatement.
536 537 538 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 536 def exportComplianceStatement @exportComplianceStatement end |
#hazardousShipmentDetail ⇒ Object
Returns the value of attribute hazardousShipmentDetail.
533 534 535 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 533 def hazardousShipmentDetail @hazardousShipmentDetail end |
#masterTrackingId ⇒ Object
Returns the value of attribute masterTrackingId.
526 527 528 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 526 def masterTrackingId @masterTrackingId end |
#operationalDetail ⇒ Object
Returns the value of attribute operationalDetail.
529 530 531 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 529 def operationalDetail @operationalDetail end |
#packagingDescription ⇒ Object
Returns the value of attribute packagingDescription.
528 529 530 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 528 def packagingDescription @packagingDescription end |
#serviceTypeDescription ⇒ Object
Returns the value of attribute serviceTypeDescription.
527 528 529 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 527 def serviceTypeDescription @serviceTypeDescription end |
#shipmentDocuments ⇒ Object
Returns the value of attribute shipmentDocuments.
538 539 540 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 538 def shipmentDocuments @shipmentDocuments end |
#shipmentRating ⇒ Object
Returns the value of attribute shipmentRating.
534 535 536 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 534 def shipmentRating @shipmentRating end |
#smartPostDetail ⇒ Object
Returns the value of attribute smartPostDetail.
532 533 534 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 532 def smartPostDetail @smartPostDetail end |
#tagDetail ⇒ Object
Returns the value of attribute tagDetail.
531 532 533 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 531 def tagDetail @tagDetail end |
#usDomestic ⇒ Object
Returns the value of attribute usDomestic.
524 525 526 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 524 def usDomestic @usDomestic end |