class FedexWebServices::Soap::Rate::CustomLabelTextEntry

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

position - FedexWebServices::Soap::Rate::CustomLabelPosition
format - SOAP::SOAPString
dataFields - SOAP::SOAPString
thermalFontId - SOAP::SOAPString
fontName - SOAP::SOAPString
fontSize - SOAP::SOAPPositiveInteger

Attributes

dataFields[RW]
fontName[RW]
fontSize[RW]
format[RW]
position[RW]
thermalFontId[RW]

Public Class Methods

new(position = nil, format = nil, dataFields = [], thermalFontId = nil, fontName = nil, fontSize = nil) click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 580
def initialize(position = nil, format = nil, dataFields = [], thermalFontId = nil, fontName = nil, fontSize = nil)
  @position = position
  @format = format
  @dataFields = dataFields
  @thermalFontId = thermalFontId
  @fontName = fontName
  @fontSize = fontSize
end