class FedexWebServices::Soap::Close::GroundCloseReply

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

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
manifest - FedexWebServices::Soap::Close::ManifestFile
multiweightReport - SOAP::SOAPBase64

Attributes

codReport[RW]
hazMatCertificate[RW]
highestSeverity[RW]
manifest[RW]
multiweightReport[RW]
notifications[RW]
transactionDetail[RW]
version[RW]

Public Class Methods

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