Class: FedexWebServices::Soap::Ship::CustomLabelGraphicEntry

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/ShipServiceDefinitions.rb

Overview

http://fedex.com/ws/ship/v12CustomLabelGraphicEntry

position - FedexWebServices::Soap::Ship::CustomLabelPosition
printerGraphicId - SOAP::SOAPString
fileGraphicFullName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(position = nil, printerGraphicId = nil, fileGraphicFullName = nil) ⇒ CustomLabelGraphicEntry

Returns a new instance of CustomLabelGraphicEntry.



864
865
866
867
868
# 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

Instance Attribute Details

#fileGraphicFullNameObject

Returns the value of attribute fileGraphicFullName.



862
863
864
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 862

def fileGraphicFullName
  @fileGraphicFullName
end

#positionObject

Returns the value of attribute position.



860
861
862
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 860

def position
  @position
end

#printerGraphicIdObject

Returns the value of attribute printerGraphicId.



861
862
863
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 861

def printerGraphicId
  @printerGraphicId
end