class FedexWebServices::Soap::Ship::ProcessShipmentReply
{fedex.com/ws/ship/v12}ProcessShipmentReply
highestSeverity - FedexWebServices::Soap::Ship::NotificationSeverityType notifications - FedexWebServices::Soap::Ship::Notification transactionDetail - FedexWebServices::Soap::Ship::TransactionDetail version - FedexWebServices::Soap::Ship::VersionId jobId - SOAP::SOAPString completedShipmentDetail - FedexWebServices::Soap::Ship::CompletedShipmentDetail errorLabels - FedexWebServices::Soap::Ship::ShippingDocument
Attributes
completedShipmentDetail[RW]
errorLabels[RW]
highestSeverity[RW]
jobId[RW]
notifications[RW]
transactionDetail[RW]
version[RW]
Public Class Methods
new(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil, jobId = nil, completedShipmentDetail = nil, errorLabels = [])
click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 2373 def initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil, jobId = nil, completedShipmentDetail = nil, errorLabels = []) @highestSeverity = highestSeverity @notifications = notifications @transactionDetail = transactionDetail @version = version @jobId = jobId @completedShipmentDetail = completedShipmentDetail @errorLabels = errorLabels end