class FedexWebServices::Soap::Ship::CustomLabelGraphicEntry

{fedex.com/ws/ship/v12}CustomLabelGraphicEntry

position - FedexWebServices::Soap::Ship::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/ShipServiceDefinitions.rb, line 864
def initialize(position = nil, printerGraphicId = nil, fileGraphicFullName = nil)
  @position = position
  @printerGraphicId = printerGraphicId
  @fileGraphicFullName = fileGraphicFullName
end