Class: FedexWebServices::Soap::Rate::CustomLabelGraphicEntry

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

Overview

http://fedex.com/ws/rate/v13CustomLabelGraphicEntry

position - FedexWebServices::Soap::Rate::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.



545
546
547
548
549
# 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

Instance Attribute Details

#fileGraphicFullNameObject

Returns the value of attribute fileGraphicFullName.



543
544
545
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 543

def fileGraphicFullName
  @fileGraphicFullName
end

#positionObject

Returns the value of attribute position.



541
542
543
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 541

def position
  @position
end

#printerGraphicIdObject

Returns the value of attribute printerGraphicId.



542
543
544
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 542

def printerGraphicId
  @printerGraphicId
end