Class: FedexWebServices::Soap::Close::GroundCloseReportsReprintReply

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/CloseServiceDefinitions.rb

Overview

http://fedex.com/ws/close/v4GroundCloseReportsReprintReply

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil, codReport = nil, hazMatCertificate = nil, manifests = []) ⇒ GroundCloseReportsReprintReply

Returns a new instance of GroundCloseReportsReprintReply.



305
306
307
308
309
310
311
312
313
# 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

Instance Attribute Details

#codReportObject

Returns the value of attribute codReport.



301
302
303
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 301

def codReport
  @codReport
end

#hazMatCertificateObject

Returns the value of attribute hazMatCertificate.



302
303
304
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 302

def hazMatCertificate
  @hazMatCertificate
end

#highestSeverityObject

Returns the value of attribute highestSeverity.



297
298
299
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 297

def highestSeverity
  @highestSeverity
end

#manifestsObject

Returns the value of attribute manifests.



303
304
305
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 303

def manifests
  @manifests
end

#notificationsObject

Returns the value of attribute notifications.



298
299
300
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 298

def notifications
  @notifications
end

#transactionDetailObject

Returns the value of attribute transactionDetail.



299
300
301
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 299

def transactionDetail
  @transactionDetail
end

#versionObject

Returns the value of attribute version.



300
301
302
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 300

def version
  @version
end