class FedexWebServices::Soap::Close::GroundCloseReportsReprintReply

{fedex.com/ws/close/v4}GroundCloseReportsReprintReply

highestSeverity - FedexWebServices::Soap::Close::NotificationSeverityType
notifications - FedexWebServices::Soap::Close::Notification
transactionDetail - FedexWebServices::Soap::Close::TransactionDetail
version - FedexWebServices::Soap::Close::VersionId
codReport - SOAP::SOAPBase64
hazMatCertificate - SOAP::SOAPBase64
manifests - FedexWebServices::Soap::Close::ManifestFile

Attributes

codReport[RW]
hazMatCertificate[RW]
highestSeverity[RW]
manifests[RW]
notifications[RW]
transactionDetail[RW]
version[RW]

Public Class Methods

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