Class: FedexWebServices::Soap::Rate::ShippingDocumentDispositionDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::ShippingDocumentDispositionDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13ShippingDocumentDispositionDetail
dispositionType - FedexWebServices::Soap::Rate::ShippingDocumentDispositionType
grouping - FedexWebServices::Soap::Rate::ShippingDocumentGroupingType
eMailDetail - FedexWebServices::Soap::Rate::ShippingDocumentEMailDetail
printDetail - FedexWebServices::Soap::Rate::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.
Instance Method Summary collapse
-
#initialize(dispositionType = nil, grouping = nil, eMailDetail = nil, printDetail = nil) ⇒ ShippingDocumentDispositionDetail
constructor
A new instance of ShippingDocumentDispositionDetail.
Constructor Details
#initialize(dispositionType = nil, grouping = nil, eMailDetail = nil, printDetail = nil) ⇒ ShippingDocumentDispositionDetail
Returns a new instance of ShippingDocumentDispositionDetail.
2747 2748 2749 2750 2751 2752 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2747 def initialize(dispositionType = nil, grouping = nil, eMailDetail = nil, printDetail = nil) @dispositionType = dispositionType @grouping = grouping @eMailDetail = eMailDetail @printDetail = printDetail end |
Instance Attribute Details
#dispositionType ⇒ Object
Returns the value of attribute dispositionType.
2742 2743 2744 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2742 def dispositionType @dispositionType end |
#eMailDetail ⇒ Object
Returns the value of attribute eMailDetail.
2744 2745 2746 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2744 def eMailDetail @eMailDetail end |
#grouping ⇒ Object
Returns the value of attribute grouping.
2743 2744 2745 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2743 def grouping @grouping end |
#printDetail ⇒ Object
Returns the value of attribute printDetail.
2745 2746 2747 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2745 def printDetail @printDetail end |