class FedexWebServices::Soap::Ship::ShippingDocumentFormat

{fedex.com/ws/ship/v12}ShippingDocumentFormat

dispositions - FedexWebServices::Soap::Ship::ShippingDocumentDispositionDetail
topOfPageOffset - FedexWebServices::Soap::Ship::LinearMeasure
imageType - FedexWebServices::Soap::Ship::ShippingDocumentImageType
stockType - FedexWebServices::Soap::Ship::ShippingDocumentStockType
provideInstructions - SOAP::SOAPBoolean
localization - FedexWebServices::Soap::Ship::Localization
customDocumentIdentifier - SOAP::SOAPString

Attributes

customDocumentIdentifier[RW]
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, customDocumentIdentifier = nil) click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 3260
def initialize(dispositions = [], topOfPageOffset = nil, imageType = nil, stockType = nil, provideInstructions = nil, localization = nil, customDocumentIdentifier = nil)
  @dispositions = dispositions
  @topOfPageOffset = topOfPageOffset
  @imageType = imageType
  @stockType = stockType
  @provideInstructions = provideInstructions
  @localization = localization
  @customDocumentIdentifier = customDocumentIdentifier
end