Class: FedexWebServices::Soap::Rate::ShippingDocumentFormat
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::ShippingDocumentFormat
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13ShippingDocumentFormat
dispositions - FedexWebServices::Soap::Rate::ShippingDocumentDispositionDetail
topOfPageOffset - FedexWebServices::Soap::Rate::LinearMeasure
imageType - FedexWebServices::Soap::Rate::ShippingDocumentImageType
stockType - FedexWebServices::Soap::Rate::ShippingDocumentStockType
provideInstructions - SOAP::SOAPBoolean
localization - FedexWebServices::Soap::Rate::Localization
Instance Attribute Summary collapse
-
#dispositions ⇒ Object
Returns the value of attribute dispositions.
-
#imageType ⇒ Object
Returns the value of attribute imageType.
-
#localization ⇒ Object
Returns the value of attribute localization.
-
#provideInstructions ⇒ Object
Returns the value of attribute provideInstructions.
-
#stockType ⇒ Object
Returns the value of attribute stockType.
-
#topOfPageOffset ⇒ Object
Returns the value of attribute topOfPageOffset.
Instance Method Summary collapse
-
#initialize(dispositions = [], topOfPageOffset = nil, imageType = nil, stockType = nil, provideInstructions = nil, localization = nil) ⇒ ShippingDocumentFormat
constructor
A new instance of ShippingDocumentFormat.
Constructor Details
#initialize(dispositions = [], topOfPageOffset = nil, imageType = nil, stockType = nil, provideInstructions = nil, localization = nil) ⇒ ShippingDocumentFormat
Returns a new instance of ShippingDocumentFormat.
2796 2797 2798 2799 2800 2801 2802 2803 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2796 def initialize(dispositions = [], topOfPageOffset = nil, imageType = nil, stockType = nil, provideInstructions = nil, localization = nil) @dispositions = dispositions @topOfPageOffset = topOfPageOffset @imageType = imageType @stockType = stockType @provideInstructions = provideInstructions @localization = localization end |
Instance Attribute Details
#dispositions ⇒ Object
Returns the value of attribute dispositions.
2789 2790 2791 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2789 def dispositions @dispositions end |
#imageType ⇒ Object
Returns the value of attribute imageType.
2791 2792 2793 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2791 def imageType @imageType end |
#localization ⇒ Object
Returns the value of attribute localization.
2794 2795 2796 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2794 def localization @localization end |
#provideInstructions ⇒ Object
Returns the value of attribute provideInstructions.
2793 2794 2795 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2793 def provideInstructions @provideInstructions end |
#stockType ⇒ Object
Returns the value of attribute stockType.
2792 2793 2794 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2792 def stockType @stockType end |
#topOfPageOffset ⇒ Object
Returns the value of attribute topOfPageOffset.
2790 2791 2792 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 2790 def topOfPageOffset @topOfPageOffset end |