Class: FedexWebServices::Soap::Ship::CompletedShipmentDetail

Inherits:
Object
  • Object
show all
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

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

#accessDetailObject

Returns the value of attribute accessDetail.



530
531
532
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 530

def accessDetail
  @accessDetail
end

#associatedShipmentsObject

Returns the value of attribute associatedShipments.



539
540
541
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 539

def associatedShipments
  @associatedShipments
end

#carrierCodeObject

Returns the value of attribute carrierCode.



525
526
527
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 525

def carrierCode
  @carrierCode
end

#completedCodDetailObject

Returns the value of attribute completedCodDetail.



540
541
542
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 540

def completedCodDetail
  @completedCodDetail
end

#completedEtdDetailObject

Returns the value of attribute completedEtdDetail.



537
538
539
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 537

def completedEtdDetail
  @completedEtdDetail
end

#completedHoldAtLocationDetailObject

Returns the value of attribute completedHoldAtLocationDetail.



535
536
537
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 535

def completedHoldAtLocationDetail
  @completedHoldAtLocationDetail
end

#completedPackageDetailsObject

Returns the value of attribute completedPackageDetails.



541
542
543
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 541

def completedPackageDetails
  @completedPackageDetails
end

#exportComplianceStatementObject

Returns the value of attribute exportComplianceStatement.



536
537
538
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 536

def exportComplianceStatement
  @exportComplianceStatement
end

#hazardousShipmentDetailObject

Returns the value of attribute hazardousShipmentDetail.



533
534
535
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 533

def hazardousShipmentDetail
  @hazardousShipmentDetail
end

#masterTrackingIdObject

Returns the value of attribute masterTrackingId.



526
527
528
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 526

def masterTrackingId
  @masterTrackingId
end

#operationalDetailObject

Returns the value of attribute operationalDetail.



529
530
531
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 529

def operationalDetail
  @operationalDetail
end

#packagingDescriptionObject

Returns the value of attribute packagingDescription.



528
529
530
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 528

def packagingDescription
  @packagingDescription
end

#serviceTypeDescriptionObject

Returns the value of attribute serviceTypeDescription.



527
528
529
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 527

def serviceTypeDescription
  @serviceTypeDescription
end

#shipmentDocumentsObject

Returns the value of attribute shipmentDocuments.



538
539
540
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 538

def shipmentDocuments
  @shipmentDocuments
end

#shipmentRatingObject

Returns the value of attribute shipmentRating.



534
535
536
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 534

def shipmentRating
  @shipmentRating
end

#smartPostDetailObject

Returns the value of attribute smartPostDetail.



532
533
534
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 532

def smartPostDetail
  @smartPostDetail
end

#tagDetailObject

Returns the value of attribute tagDetail.



531
532
533
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 531

def tagDetail
  @tagDetail
end

#usDomesticObject

Returns the value of attribute usDomestic.



524
525
526
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 524

def usDomestic
  @usDomestic
end