class FedexWebServices::Soap::Ship::CustomLabelTextEntry
{fedex.com/ws/ship/v12}CustomLabelTextEntry
position - FedexWebServices::Soap::Ship::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/ShipServiceDefinitions.rb, line 899 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