class FedexWebServices::Soap::Close::CloseDocumentFormat
{fedex.com/ws/close/v4}CloseDocumentFormat
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
Attributes
dispositions[RW]
imageType[RW]
localization[RW]
provideInstructions[RW]
stockType[RW]
topOfPageOffset[RW]
Public Class Methods
new(dispositions = [], topOfPageOffset = nil, imageType = nil, stockType = nil, provideInstructions = nil, localization = nil)
click to toggle source
# 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