Class: FedexWebServices::Soap::Close::GroundCloseReply
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Close::GroundCloseReply
- Defined in:
- lib/fedex_web_services/soap/CloseServiceDefinitions.rb
Overview
http://fedex.com/ws/close/v4GroundCloseReply
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
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.
-
#manifest ⇒ Object
Returns the value of attribute manifest.
-
#multiweightReport ⇒ Object
Returns the value of attribute multiweightReport.
-
#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, manifest = nil, multiweightReport = nil) ⇒ GroundCloseReply
constructor
A new instance of GroundCloseReply.
Constructor Details
#initialize(highestSeverity = nil, notifications = [], transactionDetail = nil, version = nil, codReport = nil, hazMatCertificate = nil, manifest = nil, multiweightReport = nil) ⇒ GroundCloseReply
Returns a new instance of GroundCloseReply.
276 277 278 279 280 281 282 283 284 285 |
# 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 |
Instance Attribute Details
#codReport ⇒ Object
Returns the value of attribute codReport.
271 272 273 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 271 def codReport @codReport end |
#hazMatCertificate ⇒ Object
Returns the value of attribute hazMatCertificate.
272 273 274 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 272 def hazMatCertificate @hazMatCertificate end |
#highestSeverity ⇒ Object
Returns the value of attribute highestSeverity.
267 268 269 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 267 def highestSeverity @highestSeverity end |
#manifest ⇒ Object
Returns the value of attribute manifest.
273 274 275 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 273 def manifest @manifest end |
#multiweightReport ⇒ Object
Returns the value of attribute multiweightReport.
274 275 276 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 274 def multiweightReport @multiweightReport end |
#notifications ⇒ Object
Returns the value of attribute notifications.
268 269 270 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 268 def notifications @notifications end |
#transactionDetail ⇒ Object
Returns the value of attribute transactionDetail.
269 270 271 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 269 def transactionDetail @transactionDetail end |
#version ⇒ Object
Returns the value of attribute version.
270 271 272 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 270 def version @version end |