Class: FedexWebServices::Soap::Ship::ShippingDocumentDispositionDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::ShippingDocumentDispositionDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12ShippingDocumentDispositionDetail
dispositionType - FedexWebServices::Soap::Ship::ShippingDocumentDispositionType
grouping - FedexWebServices::Soap::Ship::ShippingDocumentGroupingType
eMailDetail - FedexWebServices::Soap::Ship::ShippingDocumentEMailDetail
printDetail - FedexWebServices::Soap::Ship::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.
3209 3210 3211 3212 3213 3214 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3209 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.
3204 3205 3206 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3204 def dispositionType @dispositionType end |
#eMailDetail ⇒ Object
Returns the value of attribute eMailDetail.
3206 3207 3208 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3206 def eMailDetail @eMailDetail end |
#grouping ⇒ Object
Returns the value of attribute grouping.
3205 3206 3207 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3205 def grouping @grouping end |
#printDetail ⇒ Object
Returns the value of attribute printDetail.
3207 3208 3209 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3207 def printDetail @printDetail end |