class FedexWebServices::Soap::Rate::CustomDocumentDetail
{fedex.com/ws/rate/v13}CustomDocumentDetail
format - FedexWebServices::Soap::Rate::ShippingDocumentFormat labelPrintingOrientation - FedexWebServices::Soap::Rate::LabelPrintingOrientationType labelRotation - FedexWebServices::Soap::Rate::LabelRotationType specificationId - SOAP::SOAPString
Attributes
format[RW]
labelPrintingOrientation[RW]
labelRotation[RW]
specificationId[RW]
Public Class Methods
new(format = nil, labelPrintingOrientation = nil, labelRotation = nil, specificationId = nil)
click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 468 def initialize(format = nil, labelPrintingOrientation = nil, labelRotation = nil, specificationId = nil) @format = format @labelPrintingOrientation = labelPrintingOrientation @labelRotation = labelRotation @specificationId = specificationId end