class FedexWebServices::Soap::Ship::ShipmentReply

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

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

Attributes

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

Public Class Methods

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