Class: FedexWebServices::Soap::Close::GroundCloseReportsReprintReply
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Close::GroundCloseReportsReprintReply
- 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
-
#codReport ⇒ Object
Returns the value of attribute codReport.
-
#hazMatCertificate ⇒ Object
Returns the value of attribute hazMatCertificate.
-
#highestSeverity ⇒ Object
Returns the value of attribute highestSeverity.
-
#manifests ⇒ Object
Returns the value of attribute manifests.
-
#notifications ⇒ Object
Returns the value of attribute notifications.
-
#transactionDetail ⇒ Object
Returns the value of attribute transactionDetail.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil, codReport = nil, hazMatCertificate = nil, manifests = []) ⇒ GroundCloseReportsReprintReply
constructor
A new instance of GroundCloseReportsReprintReply.
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
#codReport ⇒ Object
Returns the value of attribute codReport.
301 302 303 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 301 def codReport @codReport end |
#hazMatCertificate ⇒ Object
Returns the value of attribute hazMatCertificate.
302 303 304 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 302 def hazMatCertificate @hazMatCertificate end |
#highestSeverity ⇒ Object
Returns the value of attribute highestSeverity.
297 298 299 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 297 def highestSeverity @highestSeverity end |
#manifests ⇒ Object
Returns the value of attribute manifests.
303 304 305 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 303 def manifests @manifests end |
#notifications ⇒ Object
Returns the value of attribute notifications.
298 299 300 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 298 def notifications @notifications end |
#transactionDetail ⇒ Object
Returns the value of attribute transactionDetail.
299 300 301 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 299 def transactionDetail @transactionDetail end |
#version ⇒ Object
Returns the value of attribute version.
300 301 302 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 300 def version @version end |