Class: FedexWebServices::Soap::Close::CloseDocumentFormat
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Close::CloseDocumentFormat
- Defined in:
- lib/fedex_web_services/soap/CloseServiceDefinitions.rb
Overview
http://fedex.com/ws/close/v4CloseDocumentFormat
dispositions - FedexWebServices::Soap::Close::ShippingDocumentDispositionDetail
topOfPageOffset - FedexWebServices::Soap::Close::LinearMeasure
imageType - FedexWebServices::Soap::Close::ShippingDocumentImageType
stockType - FedexWebServices::Soap::Close::ShippingDocumentStockType
provideInstructions - SOAP::SOAPBoolean
localization - FedexWebServices::Soap::Close::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) ⇒ CloseDocumentFormat
constructor
A new instance of CloseDocumentFormat.
Constructor Details
#initialize(dispositions = [], topOfPageOffset = nil, imageType = nil, stockType = nil, provideInstructions = nil, localization = nil) ⇒ CloseDocumentFormat
Returns a new instance of CloseDocumentFormat.
70 71 72 73 74 75 76 77 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 70 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.
63 64 65 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 63 def dispositions @dispositions end |
#imageType ⇒ Object
Returns the value of attribute imageType.
65 66 67 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 65 def imageType @imageType end |
#localization ⇒ Object
Returns the value of attribute localization.
68 69 70 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 68 def localization @localization end |
#provideInstructions ⇒ Object
Returns the value of attribute provideInstructions.
67 68 69 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 67 def provideInstructions @provideInstructions end |
#stockType ⇒ Object
Returns the value of attribute stockType.
66 67 68 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 66 def stockType @stockType end |
#topOfPageOffset ⇒ Object
Returns the value of attribute topOfPageOffset.
64 65 66 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 64 def topOfPageOffset @topOfPageOffset end |