class FedexWebServices::Soap::Ship::LabelSpecification
{fedex.com/ws/ship/v12}LabelSpecification
dispositions - FedexWebServices::Soap::Ship::ShippingDocumentDispositionDetail labelFormatType - FedexWebServices::Soap::Ship::LabelFormatType imageType - FedexWebServices::Soap::Ship::ShippingDocumentImageType labelStockType - FedexWebServices::Soap::Ship::LabelStockType labelPrintingOrientation - FedexWebServices::Soap::Ship::LabelPrintingOrientationType printedLabelOrigin - FedexWebServices::Soap::Ship::ContactAndAddress customerSpecifiedDetail - FedexWebServices::Soap::Ship::CustomerSpecifiedLabelDetail
Attributes
customerSpecifiedDetail[RW]
dispositions[RW]
imageType[RW]
labelFormatType[RW]
labelPrintingOrientation[RW]
labelStockType[RW]
printedLabelOrigin[RW]
Public Class Methods
new(dispositions = [], labelFormatType = nil, imageType = nil, labelStockType = nil, labelPrintingOrientation = nil, printedLabelOrigin = nil, customerSpecifiedDetail = nil)
click to toggle source
# File lib/fedex_web_services/soap/ShipServiceDefinitions.rb, line 1885 def initialize(dispositions = [], labelFormatType = nil, imageType = nil, labelStockType = nil, labelPrintingOrientation = nil, printedLabelOrigin = nil, customerSpecifiedDetail = nil) @dispositions = dispositions @labelFormatType = labelFormatType @imageType = imageType @labelStockType = labelStockType @labelPrintingOrientation = labelPrintingOrientation @printedLabelOrigin = printedLabelOrigin @customerSpecifiedDetail = customerSpecifiedDetail end