class FedexWebServices::Soap::Ship::ProcessTagReply

{fedex.com/ws/ship/v12}ProcessTagReply

highestSeverity - FedexWebServices::Soap::Ship::NotificationSeverityType
notifications - FedexWebServices::Soap::Ship::Notification
transactionDetail - FedexWebServices::Soap::Ship::TransactionDetail
version - FedexWebServices::Soap::Ship::VersionId
completedShipmentDetail - FedexWebServices::Soap::Ship::CompletedShipmentDetail

Attributes

completedShipmentDetail[RW]
highestSeverity[RW]
notifications[RW]
transactionDetail[RW]
version[RW]

Public Class Methods

new(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil, completedShipmentDetail = nil) click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 2419
def initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil, completedShipmentDetail = nil)
  @highestSeverity = highestSeverity
  @notifications = notifications
  @transactionDetail = transactionDetail
  @version = version
  @completedShipmentDetail = completedShipmentDetail
end