class FedexWebServices::Soap::Rate::CustomLabelGraphicEntry
{fedex.com/ws/rate/v13}CustomLabelGraphicEntry
position - FedexWebServices::Soap::Rate::CustomLabelPosition printerGraphicId - SOAP::SOAPString fileGraphicFullName - SOAP::SOAPString
Attributes
fileGraphicFullName[RW]
position[RW]
printerGraphicId[RW]
Public Class Methods
new(position = nil, printerGraphicId = nil, fileGraphicFullName = nil)
click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 545 def initialize(position = nil, printerGraphicId = nil, fileGraphicFullName = nil) @position = position @printerGraphicId = printerGraphicId @fileGraphicFullName = fileGraphicFullName end