class FedexWebServices::Soap::Rate::LabelSpecification

{fedex.com/ws/rate/v13}LabelSpecification

labelFormatType - FedexWebServices::Soap::Rate::LabelFormatType
imageType - FedexWebServices::Soap::Rate::ShippingDocumentImageType
labelStockType - FedexWebServices::Soap::Rate::LabelStockType
labelPrintingOrientation - FedexWebServices::Soap::Rate::LabelPrintingOrientationType
labelRotation - FedexWebServices::Soap::Rate::LabelRotationType
printedLabelOrigin - FedexWebServices::Soap::Rate::ContactAndAddress
customerSpecifiedDetail - FedexWebServices::Soap::Rate::CustomerSpecifiedLabelDetail

Attributes

customerSpecifiedDetail[RW]
imageType[RW]
labelFormatType[RW]
labelPrintingOrientation[RW]
labelRotation[RW]
labelStockType[RW]
printedLabelOrigin[RW]

Public Class Methods

new(labelFormatType = nil, imageType = nil, labelStockType = nil, labelPrintingOrientation = nil, labelRotation = nil, printedLabelOrigin = nil, customerSpecifiedDetail = nil) click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 1590
def initialize(labelFormatType = nil, imageType = nil, labelStockType = nil, labelPrintingOrientation = nil, labelRotation = nil, printedLabelOrigin = nil, customerSpecifiedDetail = nil)
  @labelFormatType = labelFormatType
  @imageType = imageType
  @labelStockType = labelStockType
  @labelPrintingOrientation = labelPrintingOrientation
  @labelRotation = labelRotation
  @printedLabelOrigin = printedLabelOrigin
  @customerSpecifiedDetail = customerSpecifiedDetail
end