Class: FedexWebServices::Soap::Close::ShippingDocumentDispositionDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Close::ShippingDocumentDispositionDetail
- Defined in:
- lib/fedex_web_services/soap/CloseServiceDefinitions.rb
Overview
http://fedex.com/ws/close/v4ShippingDocumentDispositionDetail
dispositionType - FedexWebServices::Soap::Close::ShippingDocumentDispositionType
grouping - FedexWebServices::Soap::Close::ShippingDocumentGroupingType
storageDetail - FedexWebServices::Soap::Close::ShippingDocumentStorageDetail
eMailDetail - FedexWebServices::Soap::Close::ShippingDocumentEMailDetail
printDetail - FedexWebServices::Soap::Close::ShippingDocumentPrintDetail
Instance Attribute Summary collapse
-
#dispositionType ⇒ Object
Returns the value of attribute dispositionType.
-
#eMailDetail ⇒ Object
Returns the value of attribute eMailDetail.
-
#grouping ⇒ Object
Returns the value of attribute grouping.
-
#printDetail ⇒ Object
Returns the value of attribute printDetail.
-
#storageDetail ⇒ Object
Returns the value of attribute storageDetail.
Instance Method Summary collapse
-
#initialize(dispositionType = nil, grouping = nil, storageDetail = nil, eMailDetail = nil, printDetail = nil) ⇒ ShippingDocumentDispositionDetail
constructor
A new instance of ShippingDocumentDispositionDetail.
Constructor Details
#initialize(dispositionType = nil, grouping = nil, storageDetail = nil, eMailDetail = nil, printDetail = nil) ⇒ ShippingDocumentDispositionDetail
Returns a new instance of ShippingDocumentDispositionDetail.
544 545 546 547 548 549 550 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 544 def initialize(dispositionType = nil, grouping = nil, storageDetail = nil, eMailDetail = nil, printDetail = nil) @dispositionType = dispositionType @grouping = grouping @storageDetail = storageDetail @eMailDetail = eMailDetail @printDetail = printDetail end |
Instance Attribute Details
#dispositionType ⇒ Object
Returns the value of attribute dispositionType.
538 539 540 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 538 def dispositionType @dispositionType end |
#eMailDetail ⇒ Object
Returns the value of attribute eMailDetail.
541 542 543 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 541 def eMailDetail @eMailDetail end |
#grouping ⇒ Object
Returns the value of attribute grouping.
539 540 541 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 539 def grouping @grouping end |
#printDetail ⇒ Object
Returns the value of attribute printDetail.
542 543 544 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 542 def printDetail @printDetail end |
#storageDetail ⇒ Object
Returns the value of attribute storageDetail.
540 541 542 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 540 def storageDetail @storageDetail end |